mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-13 00:54:17 +01:00
Fix Wiwo.de (anti-adblocker)
This commit is contained in:
parent
416d518b4c
commit
5b82051baf
6 changed files with 13 additions and 2 deletions
|
@ -9,6 +9,7 @@ Remove Hbvl.be (fix obsolete)
|
||||||
Remove The Banker (fix obsolete)
|
Remove The Banker (fix obsolete)
|
||||||
Fix Humanite.fr
|
Fix Humanite.fr
|
||||||
Fix LeMonde.fr (bug; update rules)
|
Fix LeMonde.fr (bug; update rules)
|
||||||
|
Fix Wiwo.de (anti-adblocker)
|
||||||
Fix WSJ (intro video)
|
Fix WSJ (intro video)
|
||||||
Update custom sites (search)
|
Update custom sites (search)
|
||||||
|
|
||||||
|
|
|
@ -1449,6 +1449,8 @@ else if (matchDomain('weser-kurier.de')) {
|
||||||
else if (matchDomain('wiwo.de')) {
|
else if (matchDomain('wiwo.de')) {
|
||||||
let url = window.location.href;
|
let url = window.location.href;
|
||||||
getArchive(url, 'div.o-paywall', '', 'article');
|
getArchive(url, 'div.o-paywall', '', 'article');
|
||||||
|
let banner = document.querySelector('div.c-overscroller');
|
||||||
|
hideDOMElement(banner);
|
||||||
}
|
}
|
||||||
|
|
||||||
else if (matchDomain('zeit.de')) {
|
else if (matchDomain('zeit.de')) {
|
||||||
|
|
|
@ -51,5 +51,5 @@
|
||||||
"webRequestBlocking",
|
"webRequestBlocking",
|
||||||
"*://*/*"
|
"*://*/*"
|
||||||
],
|
],
|
||||||
"version": "3.6.1.6"
|
"version": "3.6.1.7"
|
||||||
}
|
}
|
||||||
|
|
|
@ -866,5 +866,5 @@
|
||||||
"*://archive.vn/*",
|
"*://archive.vn/*",
|
||||||
"*://webcache.googleusercontent.com/*"
|
"*://webcache.googleusercontent.com/*"
|
||||||
],
|
],
|
||||||
"version": "3.6.1.6"
|
"version": "3.6.1.7"
|
||||||
}
|
}
|
||||||
|
|
1
sites.js
1
sites.js
|
@ -2873,6 +2873,7 @@ var defaultSites = {
|
||||||
"WirtschaftsWoche (fetch from archive.is)": {
|
"WirtschaftsWoche (fetch from archive.is)": {
|
||||||
domain: "wiwo.de",
|
domain: "wiwo.de",
|
||||||
allow_cookies: 1,
|
allow_cookies: 1,
|
||||||
|
block_regex: /\.wiwo\.de\/js\/.+\/wt\..+\.js/,
|
||||||
cs_dompurify: 1
|
cs_dompurify: 1
|
||||||
},
|
},
|
||||||
"Wonderzine": {
|
"Wonderzine": {
|
||||||
|
|
|
@ -135,5 +135,12 @@
|
||||||
"block_regex": "(cdn\\.cxense\\.com\\/|cdn\\.ampproject\\.org\\/v\\d\\/amp-subscriptions-.+\\.js)",
|
"block_regex": "(cdn\\.cxense\\.com\\/|cdn\\.ampproject\\.org\\/v\\d\\/amp-subscriptions-.+\\.js)",
|
||||||
"cs_dompurify": 1,
|
"cs_dompurify": 1,
|
||||||
"upd_version": "3.6.0.6"
|
"upd_version": "3.6.0.6"
|
||||||
|
},
|
||||||
|
"WirtschaftsWoche": {
|
||||||
|
"domain": "wiwo.de",
|
||||||
|
"allow_cookies": 1,
|
||||||
|
"block_regex": "\\.wiwo\\.de\\/js\\/.+\\/wt\\..+\\.js",
|
||||||
|
"ld_archive_is": "div.o-paywall|article",
|
||||||
|
"upd_version": "3.6.1.7"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue