mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 03:41:57 +01:00
Fix Groene.nl
This commit is contained in:
parent
a9a051f5a8
commit
e1feb93e39
4 changed files with 9 additions and 2 deletions
|
@ -10,6 +10,7 @@ Add Tagesspiegel.de
|
|||
Add Welt.de
|
||||
Add Wiwo.de
|
||||
Fix Australian Community Media (css)
|
||||
Fix Groene.nl
|
||||
Fix Spiegel.de (Google webcache)
|
||||
Fix The Athletic (css & amp)
|
||||
Fix TheTimes.co.uk (Google webcache)
|
||||
|
|
|
@ -703,5 +703,5 @@
|
|||
"*://gcm.omerlocdn.com/*",
|
||||
"*://webcache.googleusercontent.com/*"
|
||||
],
|
||||
"version": "2.7.8.7"
|
||||
"version": "2.7.8.8"
|
||||
}
|
||||
|
|
3
sites.js
3
sites.js
|
@ -614,7 +614,8 @@ var defaultSites = {
|
|||
},
|
||||
"Groene Amsterdammer": {
|
||||
domain: "groene.nl",
|
||||
remove_cookies_select_hold: ["accept-cookies", "popunder-hidden"]
|
||||
remove_cookies_select_hold: ["accept-cookies", "popunder-hidden"],
|
||||
useragent: "googlebot"
|
||||
},
|
||||
"Groupe Capitales Médias (+ regional/opt-in to custom sites)": {
|
||||
domain: "###_ca_gcm",
|
||||
|
|
|
@ -9,6 +9,11 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"Groene Amsterdammer": {
|
||||
"domain": "groene.nl",
|
||||
"remove_cookies_select_hold": ["accept-cookies", "popunder-hidden"],
|
||||
"useragent": "googlebot"
|
||||
},
|
||||
"Irish Independent (setCookie opt-in)": {
|
||||
"domain": "independent.ie",
|
||||
"allow_cookies": 1,
|
||||
|
|
Loading…
Reference in a new issue