From d5a9e4ea456d1960781b192a688ad864cfc304b7 Mon Sep 17 00:00:00 2001 From: magnolia1234 <7676006-magnolia1234@users.noreply.gitlab.com> Date: Sat, 2 Sep 2023 08:24:33 +0200 Subject: [PATCH] Add Wissenschaft.de --- README.md | 1 + changelog.txt | 1 + manifest.json | 1 + sites.js | 5 +++++ sites_updated.json | 6 ++++++ 5 files changed, 14 insertions(+) diff --git a/README.md b/README.md index 91d025d..1ec85a3 100644 --- a/README.md +++ b/README.md @@ -574,6 +574,7 @@ Grouped in options:\ [Automobilwoche](https://www.automobilwoche.de) - [Badische Neueste Nachrichten](https://www.bnn.de) - [Berliner Zeitung](https://www.berliner-zeitung.de) - +[Bild der Wissenschaft](https://www.wissenschaft.de) - [Börsen-Zeitung](https://www.boersen-zeitung.de) - [Cicero](https://www.cicero.de) - [Der Spiegel (link to archive.is)](https://www.spiegel.de) - diff --git a/changelog.txt b/changelog.txt index f72005f..61d5de1 100644 --- a/changelog.txt +++ b/changelog.txt @@ -4,6 +4,7 @@ Updates (install signed xpi-file): https://gitlab.com/magnolia1234/bypass-paywal Post-release Add Revista Oeste (Brazil) +Add Wissenschaft.de Fix BQ Prime (js) Fix Fortune (css) Fix Forbes (menu) diff --git a/manifest.json b/manifest.json index 980a10e..fa52130 100644 --- a/manifest.json +++ b/manifest.json @@ -737,6 +737,7 @@ "*://*.wiesbadener-kurier.de/*", "*://*.winnipegfreepress.com/*", "*://*.wired.com/*", + "*://*.wissenschaft.de/*", "*://*.wn.de/*", "*://*.wochenblatt.com/*", "*://*.womenshealthmag.com/*", diff --git a/sites.js b/sites.js index f478d04..5274f3f 100644 --- a/sites.js +++ b/sites.js @@ -254,6 +254,11 @@ var defaultSites = { allow_cookies: 1, useragent: "bingbot" }, + "Bild der Wissenschaft": { + domain: "wissenschaft.de", + allow_cookies: 1, + useragent: "googlebot" + }, "Bloomberg": { domain: "bloomberg.com", allow_cookies: 1, diff --git a/sites_updated.json b/sites_updated.json index bdbbae3..9b09e9c 100644 --- a/sites_updated.json +++ b/sites_updated.json @@ -1,4 +1,10 @@ { + "Bild der Wissenschaft": { + "domain": "wissenschaft.de", + "allow_cookies": 1, + "useragent": "googlebot", + "upd_version": "3.3.1.7" + }, "Bloomberg": { "domain": "bloomberg.com", "allow_cookies": 1,