mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 03:31:57 +01:00
Fix GauchaZH (refresh)
This commit is contained in:
parent
15503ad24f
commit
7075b318f0
4 changed files with 8 additions and 2 deletions
|
@ -5,6 +5,7 @@ Updates (install signed xpi-file): https://gitlab.com/magnolia1234/bypass-paywal
|
|||
Post-release
|
||||
Add The Baffler
|
||||
Fix Australia News Corp (amp-fix for desktop)
|
||||
Fix GauchaZH (refresh)
|
||||
|
||||
* v3.3.8.0 (2023-10-15)
|
||||
Add LePoint.fr
|
||||
|
|
|
@ -3380,6 +3380,11 @@ else if (matchDomain('blogfolha.uol.com.br')) {
|
|||
}
|
||||
|
||||
else if (matchDomain('gauchazh.clicrbs.com.br')) {
|
||||
let blink = document.querySelector('div.body.blink');
|
||||
if (blink) {
|
||||
csDoneOnce = true;
|
||||
refreshCurrentTab_bg();
|
||||
}
|
||||
let ads = document.querySelectorAll('div.ad-banner, div.ad-container');
|
||||
hideDOMElement(...ads);
|
||||
}
|
||||
|
|
|
@ -51,5 +51,5 @@
|
|||
"webRequestBlocking",
|
||||
"*://*/*"
|
||||
],
|
||||
"version": "3.3.8.3"
|
||||
"version": "3.3.8.4"
|
||||
}
|
||||
|
|
|
@ -802,5 +802,5 @@
|
|||
"*://*.wyleex.com/*",
|
||||
"*://webcache.googleusercontent.com/*"
|
||||
],
|
||||
"version": "3.3.8.3"
|
||||
"version": "3.3.8.4"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue