Fix The West Australian

This commit is contained in:
magnolia1234 2023-03-11 11:38:17 +01:00
parent f6280df24a
commit f9b3f9a455
4 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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;

View File

@ -51,5 +51,5 @@
"webRequestBlocking",
"*://*/*"
],
"version": "3.0.8.3"
"version": "3.0.8.4"
}

View File

@ -738,5 +738,5 @@
"*://*.wallkit.net/*",
"*://webcache.googleusercontent.com/*"
],
"version": "3.0.8.3"
"version": "3.0.8.4"
}