mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-13 02:14:15 +01:00
Fix LeSoir.be (Rossel)
This commit is contained in:
parent
df8f1840a6
commit
6e8b2db857
5 changed files with 12 additions and 6 deletions
|
@ -1619,7 +1619,7 @@ else if (matchDomain('elle.fr')) {
|
||||||
|
|
||||||
else if (matchDomain(fr_be_groupe_rossel)) {
|
else if (matchDomain(fr_be_groupe_rossel)) {
|
||||||
let url = window.location.href;
|
let url = window.location.href;
|
||||||
let paywall = document.querySelector('div.qiota_reserve, r-panel.r-paywall--header');
|
let paywall = document.querySelector('div.qiota_reserve, r-panel.r-paywall--header, r-panel.r-panel--paywall');
|
||||||
if (paywall) {
|
if (paywall) {
|
||||||
removeDOMElement(paywall);
|
removeDOMElement(paywall);
|
||||||
let article = document.querySelector('article');
|
let article = document.querySelector('article');
|
||||||
|
|
|
@ -51,5 +51,5 @@
|
||||||
"webRequestBlocking",
|
"webRequestBlocking",
|
||||||
"*://*/*"
|
"*://*/*"
|
||||||
],
|
],
|
||||||
"version": "3.4.1.7"
|
"version": "3.4.1.8"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"###_remove_sites": {
|
"###_remove_sites": {
|
||||||
"cs_code": "africaintelligence.fr, arkansasonline.com, columbian.com, die-glocke.de, intelligenceonline.com, intelligenceonline.fr, interestingengineering.com, jeuneafrique.com, lalettrea.fr, lastampa.it, lavozdegalicia.es, law360.com, lepoint.fr, limburger.nl, manager-magazin.de, ouest-france.fr, pressherald.com, repubblica.it, risk.net, saechsische.de, sueddeutsche.de, swarajyamag.com, theepochtimes.com, thetexan.news, theweek.com, vikatan.com, welt.de",
|
"cs_code": "africaintelligence.fr, arkansasonline.com, columbian.com, die-glocke.de, intelligenceonline.com, intelligenceonline.fr, interestingengineering.com, jeuneafrique.com, lalettrea.fr, lastampa.it, lavozdegalicia.es, law360.com, lepoint.fr, limburger.nl, manager-magazin.de, ouest-france.fr, pressherald.com, repubblica.it, risk.net, saechsische.de, sueddeutsche.de, swarajyamag.com, theepochtimes.com, thetexan.news, theweek.com, vikatan.com",
|
||||||
"domain": "###"
|
"domain": "###"
|
||||||
},
|
},
|
||||||
"Abajournal.com": {
|
"Abajournal.com": {
|
||||||
|
@ -803,6 +803,12 @@
|
||||||
"block_regex": "\\.tinypass\\.com",
|
"block_regex": "\\.tinypass\\.com",
|
||||||
"domain": "washingtontimes.com"
|
"domain": "washingtontimes.com"
|
||||||
},
|
},
|
||||||
|
"Welt.de": {
|
||||||
|
"add_ext_link": "div.contains_walled_content|article",
|
||||||
|
"add_ext_link_type": "archive.is",
|
||||||
|
"allow_cookies": 1,
|
||||||
|
"domain": "welt.de"
|
||||||
|
},
|
||||||
"Wuv.de": {
|
"Wuv.de": {
|
||||||
"allow_cookies": 1,
|
"allow_cookies": 1,
|
||||||
"domain": "wuv.de",
|
"domain": "wuv.de",
|
||||||
|
|
|
@ -805,5 +805,5 @@
|
||||||
"*://*.wyleex.com/*",
|
"*://*.wyleex.com/*",
|
||||||
"*://webcache.googleusercontent.com/*"
|
"*://webcache.googleusercontent.com/*"
|
||||||
],
|
],
|
||||||
"version": "3.4.1.7"
|
"version": "3.4.1.8"
|
||||||
}
|
}
|
||||||
|
|
|
@ -93,9 +93,9 @@
|
||||||
],
|
],
|
||||||
"allow_cookies": 1,
|
"allow_cookies": 1,
|
||||||
"block_regex": "\\.qiota\\.com\\/",
|
"block_regex": "\\.qiota\\.com\\/",
|
||||||
"add_ext_link": "div.qiota_reserve, r-panel.r-paywall--header|article",
|
"add_ext_link": "div.qiota_reserve, r-panel.r-paywall--header, r-panel.r-panel--paywall|article",
|
||||||
"add_ext_link_type": "archive.is",
|
"add_ext_link_type": "archive.is",
|
||||||
"upd_version": "3.4.1.3"
|
"upd_version": "3.4.1.8"
|
||||||
},
|
},
|
||||||
"Harvard Business Review": {
|
"Harvard Business Review": {
|
||||||
"domain": "hbr.org",
|
"domain": "hbr.org",
|
||||||
|
|
Loading…
Reference in a new issue