From 2f7fbc190203fca7eb0ba780af88563005714477 Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 29 Sep 2019 17:34:16 -0700 Subject: [PATCH] Fix afr.com --- background.js | 2 +- options.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/background.js b/background.js index 72f9ac6..7192285 100644 --- a/background.js +++ b/background.js @@ -235,7 +235,7 @@ chrome.webRequest.onBeforeRequest.addListener(function(details) { return {cancel: true}; }, { - urls: ["*://*.theglobeandmail.com/*", "*://*.economist.com/*", "*://*.thestar.com/*", "*://*.newstatesman.com/*", "*://*.bostonglobe.com/*"], + urls: ["*://*.theglobeandmail.com/*", "*://*.economist.com/*", "*://*.thestar.com/*", "*://*.newstatesman.com/*", "*://*.bostonglobe.com/*", "*://*.afr.com/*"], types: ["script"] }, ["blocking"] diff --git a/options.js b/options.js index 70b65c1..68db24e 100644 --- a/options.js +++ b/options.js @@ -47,7 +47,7 @@ var defaultSites = { 'The Advocate': 'theadvocate.com.au', 'The Age': 'theage.com.au', 'The Australian': 'theaustralian.com.au', - 'The Australian Financial Review': 'afr.com', + 'The Australian Financial Review (javascript disabled)': 'afr.com', 'The Boston Globe (javascript disabled)': 'bostonglobe.com', 'The Business Journals': 'bizjournals.com', 'The Diplomat': 'thediplomat.com',