Fix-update Quartz (newsletter)

This commit is contained in:
magnolia1234 2020-10-28 22:10:55 +01:00
parent e7b8c1fdbc
commit d40f6dcad5
2 changed files with 4 additions and 2 deletions

View file

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

View file

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