mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 07:37:47 +01:00
Fix economist.com
This commit is contained in:
parent
ddcf4b71e6
commit
65496eee0e
2 changed files with 2 additions and 2 deletions
|
@ -235,7 +235,7 @@ chrome.webRequest.onBeforeRequest.addListener(function(details) {
|
|||
return {cancel: true};
|
||||
},
|
||||
{
|
||||
urls: ["*://*.theglobeandmail.com/*"],
|
||||
urls: ["*://*.theglobeandmail.com/*", "*://*.economist.com/*"],
|
||||
types: ["script"]
|
||||
},
|
||||
["blocking"]
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue