diff --git a/background.js b/background.js index 3b224d1..33aa090 100755 --- a/background.js +++ b/background.js @@ -994,7 +994,7 @@ if (matchUrlDomain(change_headers, details.url) && !['font', 'image', 'styleshee !(matchUrlDomain(['economictimes.com', 'economictimes.indiatimes.com'], details.url) && !details.url.split(/\?|#/)[0].endsWith('.cms')) && !(matchUrlDomain('theaustralian.com.au', details.url) && !details.url.startsWith('https://www.theaustralian.com.au/the-oz/')) && !(matchUrlDomain('uol.com.br', details.url) && !matchUrlDomain('folha.uol.com.br', details.url)) && - !(matchUrlDomain('wsj.com', details.url) && enabledSites.includes('#options_disable_gb_wsj')); + !(matchUrlDomain('wsj.com', details.url) && (enabledSites.includes('#options_disable_gb_wsj') || !details.url.includes('/articles/'))); var bingbotEnabled = matchUrlDomain(use_bing_bot, details.url) && !(matchUrlDomain('stratfor.com', details.url) && details.url.match(/(\/(\d){4}-([a-z]||-)+-forecast(-([a-z]|-)+)?|-forecast-(\d){4}-([a-z]|[0-9]||-)+)$/)); diff --git a/changelog.txt b/changelog.txt index d9a0334..738072f 100644 --- a/changelog.txt +++ b/changelog.txt @@ -9,6 +9,7 @@ Remove Dark Reading (no paywall) Fix Australian Community Media (overlay) Fix L'Opinion.fr Fix The Toronto Star +Fix WSJ (mobile layout) * v2.8.2.0 (2022-08-28) Add New Scientist diff --git a/custom/manifest.json b/custom/manifest.json index 41a8349..6af764c 100644 --- a/custom/manifest.json +++ b/custom/manifest.json @@ -43,5 +43,5 @@ "webRequestBlocking", "" ], - "version": "2.8.2.5" + "version": "2.8.2.6" } diff --git a/manifest.json b/manifest.json index 23185e5..b4d8323 100755 --- a/manifest.json +++ b/manifest.json @@ -690,5 +690,5 @@ "*://gcm.omerlocdn.com/*", "*://webcache.googleusercontent.com/*" ], - "version": "2.8.2.5" + "version": "2.8.2.6" }