Add Newstatesman to no-javascript list

- Add gitignore for web-ext-artifacts
- Remove trailing whitespace
master
Ashley Connor 2019-09-21 09:50:50 -04:00
parent 781e65f8f6
commit 559c859375
No known key found for this signature in database
GPG Key ID: F1756B360B483C98
4 changed files with 7 additions and 6 deletions

1
.gitignore vendored Normal file
View File

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

View File

@ -233,10 +233,10 @@ chrome.webRequest.onBeforeRequest.addListener(function(details) {
if (!isSiteEnabled(details) || details.url.indexOf("mod=rsswn") !== -1) {
return;
}
return {cancel: true};
return {cancel: true};
},
{
urls: ["*://*.theglobeandmail.com/*", "*://*.economist.com/*", "*://*.thestar.com/*"],
urls: ["*://*.theglobeandmail.com/*", "*://*.economist.com/*", "*://*.thestar.com/*", "*://*.newstatesman.com/*"],
types: ["script"]
},
["blocking"]
@ -295,7 +295,7 @@ browser.webRequest.onBeforeSendHeaders.addListener(function(details) {
// override User-Agent to use Googlebot
var useGoogleBot = use_google_bot.filter(function(item) {
return typeof item == 'string' && details.url.indexOf(item) > -1;
return typeof item == 'string' && details.url.indexOf(item) > -1;
}).length > 0;
if (useGoogleBot) {

View File

@ -69,7 +69,7 @@ if (window.location.href.indexOf("bizjournals.com") !== -1) {
}
} else if (window.location.href.indexOf("wsj.com") !== -1) {
if (location.href.includes('/articles/')) {
setTimeout(function() {
setTimeout(function() {
document.querySelector('.close-btn').click();
}, 2000);
}
@ -86,6 +86,6 @@ if (window.location.href.indexOf("bizjournals.com") !== -1) {
document.querySelector('.gdpr-consent-container .consent-page:not(.hide) .continue-btn.button.accept-consent').click();
}
}, 300); // Delay (in milliseconds)
}, 300); // Delay (in milliseconds)
}
}

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',