mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 08:47:49 +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
|
Post-release
|
||||||
Add Deutsche Wirtschafts Nachrichten
|
Add Deutsche Wirtschafts Nachrichten
|
||||||
Add WirtschaftsWoche (Germany)
|
Add WirtschaftsWoche (Germany)
|
||||||
|
Fix-update Quartz (newsletter)
|
||||||
|
|
||||||
* v1.9.2.0 (2020-10-25)
|
* v1.9.2.0 (2020-10-25)
|
||||||
Add Foreign Affairs
|
Add Foreign Affairs
|
||||||
|
|
|
@ -1008,8 +1008,9 @@ else if (matchDomain('ilfattoquotidiano.it')) {
|
||||||
|
|
||||||
else if (matchDomain('qz.com')) {
|
else if (matchDomain('qz.com')) {
|
||||||
window.setTimeout(function () {
|
window.setTimeout(function () {
|
||||||
if (pageContains('._33dc2 h2', 'Become a member, and we promise').length)
|
let url = window.location.href;
|
||||||
window.location.reload(true);
|
if (url.includes('utm_source='))
|
||||||
|
window.location.href = url.split('?')[0];
|
||||||
}, 500); // Delay (in milliseconds)
|
}, 500); // Delay (in milliseconds)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue