Fix GauchaZH (refresh)

This commit is contained in:
magnolia1234 2023-10-18 08:24:45 +02:00
parent 15503ad24f
commit 7075b318f0
4 changed files with 8 additions and 2 deletions

View file

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

View file

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

View file

@ -51,5 +51,5 @@
"webRequestBlocking",
"*://*/*"
],
"version": "3.3.8.3"
"version": "3.3.8.4"
}

View file

@ -802,5 +802,5 @@
"*://*.wyleex.com/*",
"*://webcache.googleusercontent.com/*"
],
"version": "3.3.8.3"
"version": "3.3.8.4"
}