Fix economist.com

This commit is contained in:
ghost 2019-05-12 17:16:58 -07:00
parent ddcf4b71e6
commit 65496eee0e
2 changed files with 2 additions and 2 deletions

View file

@ -235,7 +235,7 @@ chrome.webRequest.onBeforeRequest.addListener(function(details) {
return {cancel: true};
},
{
urls: ["*://*.theglobeandmail.com/*"],
urls: ["*://*.theglobeandmail.com/*", "*://*.economist.com/*"],
types: ["script"]
},
["blocking"]

View file

@ -13,7 +13,7 @@ var defaultSites = {
'Denver Post': 'denverpost.com',
'De Tijd': 'tijd.be',
'de Volkskrant': 'volkskrant.nl',
'The Economist': 'economist.com',
'The Economist (javascript disabled)': 'economist.com',
'Examiner': 'examiner.com.au',
'Financial Times': 'ft.com',
'Foreign Policy': 'foreignpolicy.com',