Add L'Obs (France)
This commit is contained in:
parent
3d70208de2
commit
82d855c3d6
@ -217,6 +217,7 @@ Alma Talent sites (grouped in options) like
|
||||
[Challenges](https://www.challenges.fr) –
|
||||
[Charlie Hebdo](https://charliehebdo.fr) -
|
||||
[Esprit](https://esprit.presse.fr) -
|
||||
[L'Obs](https://www.nouvelobs.com) -
|
||||
[L'Opinion](https://www.lopinion.fr) –
|
||||
[La Croix](https://www.la-croix.com) -
|
||||
[Le Journal du Dimanche](https://lejdd.fr) –
|
||||
|
@ -80,6 +80,7 @@ var allow_cookies_default = [
|
||||
'nationalreview.com',
|
||||
'newrepublic.com',
|
||||
'noordhollandsdagblad.nl',
|
||||
'nouvelobs.com',
|
||||
'nybooks.com',
|
||||
'nytimes.com',
|
||||
'nzz.ch',
|
||||
@ -155,6 +156,7 @@ var use_google_bot_default = [
|
||||
'intelligentinvestor.com.au',
|
||||
'mexiconewsdaily.com',
|
||||
'miamiherald.com',
|
||||
'nouvelobs.com',
|
||||
'nzz.ch',
|
||||
'piqd.de',
|
||||
'quora.com',
|
||||
|
@ -2,6 +2,7 @@
|
||||
Changelog Bypass Paywalls Clean - Chrome
|
||||
|
||||
Post-release
|
||||
Add L'Obs (France)
|
||||
|
||||
* v2.0.0.0 (2020-12-20)
|
||||
Add Krautreporter (Germany)
|
||||
|
@ -1856,6 +1856,11 @@ else if (matchDomain('krautreporter.de')) {
|
||||
}
|
||||
}
|
||||
|
||||
else if (matchDomain('nouvelobs.com')) {
|
||||
let paywall = document.querySelector('.paywall');
|
||||
removeDOMElement(paywall);
|
||||
}
|
||||
|
||||
else
|
||||
csDone = true;
|
||||
|
||||
|
@ -250,6 +250,7 @@
|
||||
"*://*.nordeclair.fr/*",
|
||||
"*://*.northerndailyleader.com.au/*",
|
||||
"*://*.northernstar.com.au/*",
|
||||
"*://*.nouvelobs.com/*",
|
||||
"*://*.nrc.nl/*",
|
||||
"*://*.nrpyrenees.fr/*",
|
||||
"*://*.nrz.de/*",
|
||||
@ -397,5 +398,5 @@
|
||||
"*://*.repstatic.it/*",
|
||||
"*://*.userzoom.com/*"
|
||||
],
|
||||
"version": "2.0.0.0"
|
||||
"version": "2.0.0.1"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user