mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 01:11:04 +00:00
Fix WSJ (mobile layout)
This commit is contained in:
parent
c431b12fe9
commit
8b28585d9d
@ -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]||-)+)$/));
|
||||
|
||||
|
@ -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
|
||||
|
@ -702,5 +702,5 @@
|
||||
"*://gcm.omerlocdn.com/*",
|
||||
"*://webcache.googleusercontent.com/*"
|
||||
],
|
||||
"version": "2.8.2.5"
|
||||
"version": "2.8.2.6"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user