mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-13 01:34:16 +01:00
Fix NzHerald (css)
This commit is contained in:
parent
fa9ef60bce
commit
23c44c7f97
3 changed files with 3 additions and 2 deletions
|
@ -5,6 +5,7 @@ Post-release
|
||||||
Add Saarbruecker Zeitung
|
Add Saarbruecker Zeitung
|
||||||
Remove Handelsblatt
|
Remove Handelsblatt
|
||||||
Fix Groupe LaDepeche.fr (text)
|
Fix Groupe LaDepeche.fr (text)
|
||||||
|
Fix NzHerald (css)
|
||||||
|
|
||||||
* v3.0.2.0 (2023-01-22)
|
* v3.0.2.0 (2023-01-22)
|
||||||
Add AerzteBlatt.de
|
Add AerzteBlatt.de
|
||||||
|
|
|
@ -3682,7 +3682,7 @@ else if (matchDomain('nzherald.co.nz')) {
|
||||||
}
|
}
|
||||||
let premium_toaster = document.querySelector('#premium-toaster');
|
let premium_toaster = document.querySelector('#premium-toaster');
|
||||||
let ads = document.querySelectorAll('.ad');
|
let ads = document.querySelectorAll('.ad');
|
||||||
removeDOMElement(premium_toaster, ...ads);
|
hideDOMElement(premium_toaster, ...ads);
|
||||||
}
|
}
|
||||||
|
|
||||||
else if (matchDomain('outlookbusiness.com')) {
|
else if (matchDomain('outlookbusiness.com')) {
|
||||||
|
|
|
@ -729,5 +729,5 @@
|
||||||
"*://*.wallkit.net/*",
|
"*://*.wallkit.net/*",
|
||||||
"*://webcache.googleusercontent.com/*"
|
"*://webcache.googleusercontent.com/*"
|
||||||
],
|
],
|
||||||
"version": "3.0.2.2"
|
"version": "3.0.2.3"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue