add Titanic Magazin

master
tobimori 2020-04-21 10:37:41 +02:00
parent 452bf15d7e
commit aea00df95f
3 changed files with 4 additions and 6 deletions

4
lib.js
View File

@ -77,8 +77,4 @@ const breakText = (str) => {
str = str.replace(/Sars-Co\n\nV-2/g, "Sars-CoV-2") //fuck
str = str.replace(/Kf\n\nW-Kredite/g, "KfW-Kredite") //fuck2
return str;
};
const MADSACKify = (str) => {
};

View File

@ -107,7 +107,8 @@
}, {
"matches": [
"*://*.nahverkehrhamburg.de/*",
"*://*.nrwz.de/*"
"*://*.nrwz.de/*",
"*://*.titanic-magazin.de/*"
],
"js": ["sites.js", "settingslib.js", "lib.js", "components/steady-cleanslate.js"],
"run_at": "document_idle"

View File

@ -58,5 +58,6 @@ const sites = [
"wiesbadener-kurier.de",
"waz-online.de",
"wormser-zeitung.de",
"ze.tt"
"ze.tt",
"titanic-magazin.de"
];