Fix Groene.nl

This commit is contained in:
magnolia1234 2022-08-07 09:00:25 +02:00
parent 39c82dd914
commit 469a24e01b
5 changed files with 10 additions and 3 deletions

View File

@ -10,6 +10,7 @@ Add Tagesspiegel.de
Add Welt.de Add Welt.de
Add Wiwo.de Add Wiwo.de
Fix Australian Community Media (css) Fix Australian Community Media (css)
Fix Groene.nl
Fix Spiegel.de (Google webcache) Fix Spiegel.de (Google webcache)
Fix The Athletic (css & amp) Fix The Athletic (css & amp)
Fix TheTimes.co.uk (Google webcache) Fix TheTimes.co.uk (Google webcache)

View File

@ -43,5 +43,5 @@
"webRequestBlocking", "webRequestBlocking",
"<all_urls>" "<all_urls>"
], ],
"version": "2.7.8.7" "version": "2.7.8.8"
} }

View File

@ -691,5 +691,5 @@
"*://gcm.omerlocdn.com/*", "*://gcm.omerlocdn.com/*",
"*://webcache.googleusercontent.com/*" "*://webcache.googleusercontent.com/*"
], ],
"version": "2.7.8.7" "version": "2.7.8.8"
} }

View File

@ -614,7 +614,8 @@ var defaultSites = {
}, },
"Groene Amsterdammer": { "Groene Amsterdammer": {
domain: "groene.nl", 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)": { "Groupe Capitales Médias (+ regional/opt-in to custom sites)": {
domain: "###_ca_gcm", domain: "###_ca_gcm",

View File

@ -9,6 +9,11 @@
} }
] ]
}, },
"Groene Amsterdammer": {
"domain": "groene.nl",
"remove_cookies_select_hold": ["accept-cookies", "popunder-hidden"],
"useragent": "googlebot"
},
"Irish Independent (setCookie opt-in)": { "Irish Independent (setCookie opt-in)": {
"domain": "independent.ie", "domain": "independent.ie",
"allow_cookies": 1, "allow_cookies": 1,