mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 06:47:47 +01:00
Fix-update Quartz (newsletter)
This commit is contained in:
parent
e7b8c1fdbc
commit
d40f6dcad5
2 changed files with 4 additions and 2 deletions
|
@ -4,6 +4,7 @@ Changelog Bypass Paywalls Clean - Firefox
|
|||
Post-release
|
||||
Add Deutsche Wirtschafts Nachrichten
|
||||
Add WirtschaftsWoche (Germany)
|
||||
Fix-update Quartz (newsletter)
|
||||
|
||||
* v1.9.2.0 (2020-10-25)
|
||||
Add Foreign Affairs
|
||||
|
|
|
@ -1008,8 +1008,9 @@ else if (matchDomain('ilfattoquotidiano.it')) {
|
|||
|
||||
else if (matchDomain('qz.com')) {
|
||||
window.setTimeout(function () {
|
||||
if (pageContains('._33dc2 h2', 'Become a member, and we promise').length)
|
||||
window.location.reload(true);
|
||||
let url = window.location.href;
|
||||
if (url.includes('utm_source='))
|
||||
window.location.href = url.split('?')[0];
|
||||
}, 500); // Delay (in milliseconds)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue