diff --git a/changelog.txt b/changelog.txt index 44607976..a47323ce 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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) diff --git a/manifest.json b/manifest.json index e2ebcbb8..ffbab44f 100644 --- a/manifest.json +++ b/manifest.json @@ -703,5 +703,5 @@ "*://gcm.omerlocdn.com/*", "*://webcache.googleusercontent.com/*" ], - "version": "2.7.8.7" + "version": "2.7.8.8" } diff --git a/sites.js b/sites.js index 3163909f..3a15e490 100644 --- a/sites.js +++ b/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", diff --git a/sites_updated.json b/sites_updated.json index dafc1bf9..665041b2 100644 --- a/sites_updated.json +++ b/sites_updated.json @@ -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,