From 6463e180af634043dca83a76c60c56f0130062b2 Mon Sep 17 00:00:00 2001 From: mic Date: Fri, 30 Jan 2026 22:24:17 +0100 Subject: [PATCH] tb115 segmenter removed. see #616 --- js/tb115_segmenter/tb115_loader.js | 65 ---------------------------- js/tb115_segmenter/tb115_polyfill.js | 49 --------------------- manifest.json | 2 +- 3 files changed, 1 insertion(+), 115 deletions(-) delete mode 100644 js/tb115_segmenter/tb115_loader.js delete mode 100644 js/tb115_segmenter/tb115_polyfill.js diff --git a/js/tb115_segmenter/tb115_loader.js b/js/tb115_segmenter/tb115_loader.js deleted file mode 100644 index df476c7c..00000000 --- a/js/tb115_segmenter/tb115_loader.js +++ /dev/null @@ -1,65 +0,0 @@ -/* - * ThunderAI [https://micz.it/thunderbird-addon-thunderai/] - * Copyright (C) 2024 - 2026 Mic (m@micz.it) - - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ -// Firefox 115 and, consequently, Thunderbird 115 are not compatible with Intl.Segmenter. -// ChatGPT is using Intl.Segmenter, so we have to do something about it or it won't work... - -// console.log("[ThunderAI] Intl.Segmenter: " + Intl.Segmenter); - -(function() { - if('Segmenter' in Intl){ - // console.log('[ThunderAI] TB128+ detected. Intl.Segmenter is already supported.'); - return; - } - // Creates a