From aea00df95f3337364794a38bd2b986b882a351cc Mon Sep 17 00:00:00 2001 From: tobimori Date: Tue, 21 Apr 2020 10:37:41 +0200 Subject: [PATCH] add Titanic Magazin --- lib.js | 4 ---- manifest.json | 3 ++- sites.js | 3 ++- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/lib.js b/lib.js index cb89b3c..fbf0ce0 100644 --- a/lib.js +++ b/lib.js @@ -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) => { - }; \ No newline at end of file diff --git a/manifest.json b/manifest.json index 7bf94d8..bc54bf6 100644 --- a/manifest.json +++ b/manifest.json @@ -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" diff --git a/sites.js b/sites.js index 40e8cb2..a7532d4 100644 --- a/sites.js +++ b/sites.js @@ -58,5 +58,6 @@ const sites = [ "wiesbadener-kurier.de", "waz-online.de", "wormser-zeitung.de", - "ze.tt" + "ze.tt", + "titanic-magazin.de" ]; \ No newline at end of file