mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 05:57:48 +01:00
Add Wissenschaft.de
This commit is contained in:
parent
6a621171cb
commit
d5a9e4ea45
5 changed files with 14 additions and 0 deletions
|
@ -574,6 +574,7 @@ Grouped in options:\
|
||||||
[Automobilwoche](https://www.automobilwoche.de) -
|
[Automobilwoche](https://www.automobilwoche.de) -
|
||||||
[Badische Neueste Nachrichten](https://www.bnn.de) -
|
[Badische Neueste Nachrichten](https://www.bnn.de) -
|
||||||
[Berliner Zeitung](https://www.berliner-zeitung.de) -
|
[Berliner Zeitung](https://www.berliner-zeitung.de) -
|
||||||
|
[Bild der Wissenschaft](https://www.wissenschaft.de) -
|
||||||
[Börsen-Zeitung](https://www.boersen-zeitung.de) -
|
[Börsen-Zeitung](https://www.boersen-zeitung.de) -
|
||||||
[Cicero](https://www.cicero.de) -
|
[Cicero](https://www.cicero.de) -
|
||||||
[Der Spiegel (link to archive.is)](https://www.spiegel.de) -
|
[Der Spiegel (link to archive.is)](https://www.spiegel.de) -
|
||||||
|
|
|
@ -4,6 +4,7 @@ Updates (install signed xpi-file): https://gitlab.com/magnolia1234/bypass-paywal
|
||||||
|
|
||||||
Post-release
|
Post-release
|
||||||
Add Revista Oeste (Brazil)
|
Add Revista Oeste (Brazil)
|
||||||
|
Add Wissenschaft.de
|
||||||
Fix BQ Prime (js)
|
Fix BQ Prime (js)
|
||||||
Fix Fortune (css)
|
Fix Fortune (css)
|
||||||
Fix Forbes (menu)
|
Fix Forbes (menu)
|
||||||
|
|
|
@ -737,6 +737,7 @@
|
||||||
"*://*.wiesbadener-kurier.de/*",
|
"*://*.wiesbadener-kurier.de/*",
|
||||||
"*://*.winnipegfreepress.com/*",
|
"*://*.winnipegfreepress.com/*",
|
||||||
"*://*.wired.com/*",
|
"*://*.wired.com/*",
|
||||||
|
"*://*.wissenschaft.de/*",
|
||||||
"*://*.wn.de/*",
|
"*://*.wn.de/*",
|
||||||
"*://*.wochenblatt.com/*",
|
"*://*.wochenblatt.com/*",
|
||||||
"*://*.womenshealthmag.com/*",
|
"*://*.womenshealthmag.com/*",
|
||||||
|
|
5
sites.js
5
sites.js
|
@ -254,6 +254,11 @@ var defaultSites = {
|
||||||
allow_cookies: 1,
|
allow_cookies: 1,
|
||||||
useragent: "bingbot"
|
useragent: "bingbot"
|
||||||
},
|
},
|
||||||
|
"Bild der Wissenschaft": {
|
||||||
|
domain: "wissenschaft.de",
|
||||||
|
allow_cookies: 1,
|
||||||
|
useragent: "googlebot"
|
||||||
|
},
|
||||||
"Bloomberg": {
|
"Bloomberg": {
|
||||||
domain: "bloomberg.com",
|
domain: "bloomberg.com",
|
||||||
allow_cookies: 1,
|
allow_cookies: 1,
|
||||||
|
|
|
@ -1,4 +1,10 @@
|
||||||
{
|
{
|
||||||
|
"Bild der Wissenschaft": {
|
||||||
|
"domain": "wissenschaft.de",
|
||||||
|
"allow_cookies": 1,
|
||||||
|
"useragent": "googlebot",
|
||||||
|
"upd_version": "3.3.1.7"
|
||||||
|
},
|
||||||
"Bloomberg": {
|
"Bloomberg": {
|
||||||
"domain": "bloomberg.com",
|
"domain": "bloomberg.com",
|
||||||
"allow_cookies": 1,
|
"allow_cookies": 1,
|
||||||
|
|
Loading…
Reference in a new issue