Merge pull request #325 from ashleyconnor/master

Add Newstatesman to no-javascript list
This commit is contained in:
ghost 2019-09-29 16:54:39 -07:00 committed by GitHub
commit 5a00f718db
4 changed files with 7 additions and 6 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
web-ext-artifacts

View file

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

View file

@ -33,7 +33,7 @@ var defaultSites = {
'MIT Technology Review': 'technologyreview.com',
'Mountain View Voice': 'mv-voice.com',
'National Post': 'nationalpost.com',
'New Statesman': 'newstatesman.com',
'New Statesman (javascript disabled)': 'newstatesman.com',
'New York Magazine': 'nymag.com',
'New Zealand Herald': 'nzherald.co.nz',
'Nikkei Asian Review': 'asia.nikkei.com',