mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-12 01:10:24 +00:00
Fix The West Australian
This commit is contained in:
parent
f6280df24a
commit
f9b3f9a455
@ -8,6 +8,7 @@ Remove Rheinische Post Mediengruppe
|
||||
Fix Haaretz English
|
||||
Fix Inkl
|
||||
Fix NK News (not pro)
|
||||
Fix The West Australian
|
||||
|
||||
* v3.0.8.0 (2023-03-05)
|
||||
Add Bloomberg Adria
|
||||
|
@ -330,7 +330,7 @@ else {
|
||||
// Australian Seven West Media
|
||||
if (matchDomain('thewest.com.au') || document.querySelector('li > a[href*=".sevenwestmedia.com.au"]')) {
|
||||
window.setTimeout(function () {
|
||||
let breach_screen = document.querySelector('div[data-testid*="BreachScreen"]');
|
||||
let breach_screen = document.querySelector('div[data-testid*="BreachScreen"], div[class*="StyledBreachWallContent"]');
|
||||
if (breach_screen) {
|
||||
let scripts = document.querySelectorAll('script:not([src], [type])');
|
||||
let json_script;
|
||||
|
@ -51,5 +51,5 @@
|
||||
"webRequestBlocking",
|
||||
"*://*/*"
|
||||
],
|
||||
"version": "3.0.8.3"
|
||||
"version": "3.0.8.4"
|
||||
}
|
||||
|
@ -738,5 +738,5 @@
|
||||
"*://*.wallkit.net/*",
|
||||
"*://webcache.googleusercontent.com/*"
|
||||
],
|
||||
"version": "3.0.8.3"
|
||||
"version": "3.0.8.4"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user