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 ##### France/Wallonia
[Alternatives Economiques](https://www.alternatives-economiques.fr) - [Alternatives Economiques](https://www.alternatives-economiques.fr) -
[Atlantico](https://atlantico.fr) - [Atlantico](https://atlantico.fr) -
[Auto Plus](https://www.autoplus.fr) -
[Causeur](https://www.causeur.fr) - [Causeur](https://www.causeur.fr) -
[Challenges](https://www.challenges.fr) - [Challenges](https://www.challenges.fr) -
[Charlie Hebdo](https://charliehebdo.fr) - [Charlie Hebdo](https://charliehebdo.fr) -

View File

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

View File

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

View File

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

View File

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

View File

@ -74,6 +74,7 @@
"*://*.augsburger-allgemeine.de/*", "*://*.augsburger-allgemeine.de/*",
"*://*.automobilwoche.de/*", "*://*.automobilwoche.de/*",
"*://*.autonews.com/*", "*://*.autonews.com/*",
"*://*.autoplus.fr/*",
"*://*.azcentral.com/*", "*://*.azcentral.com/*",
"*://*.backpacker.com/*", "*://*.backpacker.com/*",
"*://*.baltimoresun.com/*", "*://*.baltimoresun.com/*",
@ -689,5 +690,5 @@
"*://gcm.omerlocdn.com/*", "*://gcm.omerlocdn.com/*",
"*://webcache.googleusercontent.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, allow_cookies: 1,
block_regex: /\.automobilwoche\.de\/s3fs-public\/js\/js_.+\.js/ block_regex: /\.automobilwoche\.de\/s3fs-public\/js\/js_.+\.js/
}, },
"AutoPlus.fr": {
domain: "autoplus.fr",
allow_cookies: 1,
block_regex: /\.qiota\.com\//
},
"Badische Neueste Nachrichten": { "Badische Neueste Nachrichten": {
allow_cookies: 1, allow_cookies: 1,
domain: "bnn.de", 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": { "Chronicle of Philanthropy": {
"domain": "philanthropy.com", "domain": "philanthropy.com",
"allow_cookies": 1, "allow_cookies": 1,