diff --git a/manifest-ff.json b/manifest-ff.json index b7d1d33..6130862 100644 --- a/manifest-ff.json +++ b/manifest-ff.json @@ -261,7 +261,8 @@ "*://*.pzc.nl/*", "*://*.destentor.nl/*", "*://*.ambito/*", - "*://*.sueddeutsche.de/*" + "*://*.sueddeutsche.de/*", + "*://*.spectator.us/*" ], "version": "1.7.8" } diff --git a/src/js/background.js b/src/js/background.js index ac6e427..9952a9c 100644 --- a/src/js/background.js +++ b/src/js/background.js @@ -233,7 +233,8 @@ const blockedRegexes = { 'lesechos.fr': /.+\.tinypass\.com\/.+/, 'washingtonpost.com': /.+\.washingtonpost\.com\/.+\/pwapi-proxy\.min\.js/, 'thehindu.com': /ajax\.cloudflare\.com\/cdn-cgi\/scripts\/.+\/cloudflare-static\/rocket-loader\.min\.js/, - 'technologyreview.com': /.+\.blueconic\.net\/.+/ + 'technologyreview.com': /.+\.blueconic\.net\/.+/, + 'spectator.us': /(cdn\.cxense\.com\/.+|\.tinypass\.com\/.+)/ }; const userAgentDesktop = 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'; diff --git a/src/js/sites.js b/src/js/sites.js index 6c31d04..c705385 100644 --- a/src/js/sites.js +++ b/src/js/sites.js @@ -145,7 +145,8 @@ const defaultSites = { 'The Saturday Paper': 'thesaturdaypaper.com.au', 'The Seattle Times': 'seattletimes.com', 'The Spectator Australia': 'spectator.com.au', - 'The Spectator': 'spectator.co.uk', + 'The Spectator (U.K.)': 'spectator.co.uk', + 'The Spectator (U.S.)': 'spectator.us', 'The Sydney Morning Herald': 'smh.com.au', 'The Telegraph': 'telegraph.co.uk', 'The Times': 'thetimes.co.uk',