Add AutoPlus.fr

master
magnolia1234 2022-09-02 08:26:26 +02:00
parent aca717b3bb
commit bdb078c037
8 changed files with 31 additions and 2 deletions

View File

@ -420,6 +420,7 @@ Grouped in options:\
##### France/Wallonia
[Alternatives Economiques](https://www.alternatives-economiques.fr) -
[Atlantico](https://atlantico.fr) -
[Auto Plus](https://www.autoplus.fr) -
[Causeur](https://www.causeur.fr) -
[Challenges](https://www.challenges.fr) -
[Charlie Hebdo](https://charliehebdo.fr) -

View File

@ -2,6 +2,7 @@
Changelog Bypass Paywalls Clean - Chrome
Post-release
Add AutoPlus.fr
Add Omaha World-Herald (Lee Enterprises Group)
Add Popular Science
Remove Dark Reading (no paywall)

View File

@ -1128,6 +1128,11 @@ else if (matchDomain('atlantico.fr')) {
paywall.setAttribute('class', 'markup');
}
else if (matchDomain('autoplus.fr')) {
let ads = document.querySelectorAll('div.placeholder-pub_dfp');
removeDOMElement(...ads);
}
else if (matchDomain('challenges.fr')) {
if (window.location.pathname.endsWith('.amp')) {
amp_unhide_access_hide('="paywall.access OR cha.access"', '="NOT (paywall.access OR cha.access)"');

View File

@ -43,5 +43,5 @@
"webRequestBlocking",
"<all_urls>"
],
"version": "2.8.2.4"
"version": "2.8.2.5"
}

View File

@ -46,6 +46,11 @@
"block_regex": "\\.tinypass\\.com\\/",
"domain": "eluniversal.com.mx"
},
"Euromoney.com": {
"allow_cookies": 1,
"domain": "euromoney.com",
"useragent": "googlebot"
},
"Fnweb.de": {
"allow_cookies": 1,
"domain": "fnweb.de",
@ -75,6 +80,11 @@
"allow_cookies": 1,
"domain": "internationalepolitik.de"
},
"Internationaltaxreview.com": {
"allow_cookies": 1,
"domain": "internationaltaxreview.com",
"ld_google_webcache": "div.paywall|div.ArticlePage-articleContainer"
},
"Kaleva.fi": {
"allow_cookies": 1,
"domain": "kaleva.fi",

View File

@ -74,6 +74,7 @@
"*://*.augsburger-allgemeine.de/*",
"*://*.automobilwoche.de/*",
"*://*.autonews.com/*",
"*://*.autoplus.fr/*",
"*://*.azcentral.com/*",
"*://*.backpacker.com/*",
"*://*.baltimoresun.com/*",
@ -689,5 +690,5 @@
"*://gcm.omerlocdn.com/*",
"*://webcache.googleusercontent.com/*"
],
"version": "2.8.2.4"
"version": "2.8.2.5"
}

View File

@ -163,6 +163,11 @@ var defaultSites = {
allow_cookies: 1,
block_regex: /\.automobilwoche\.de\/s3fs-public\/js\/js_.+\.js/
},
"AutoPlus.fr": {
domain: "autoplus.fr",
allow_cookies: 1,
block_regex: /\.qiota\.com\//
},
"Badische Neueste Nachrichten": {
allow_cookies: 1,
domain: "bnn.de",

View File

@ -25,6 +25,12 @@
}
]
},
"AutoPlus.fr": {
"domain": "autoplus.fr",
"allow_cookies": 1,
"block_regex": "\\.qiota\\.com\\/",
"new_site": 1
},
"Chronicle of Philanthropy": {
"domain": "philanthropy.com",
"allow_cookies": 1,