mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 06:47:47 +01:00
Fix-update La Stampa
This commit is contained in:
parent
73bcd7ccd2
commit
032c9166a6
3 changed files with 4 additions and 3 deletions
|
@ -3,6 +3,7 @@ Changelog Bypass Paywalls Clean - Firefox
|
|||
|
||||
Post-release
|
||||
Fix-update Atlantico.fr
|
||||
Fix-update La Stampa
|
||||
Fix-update Medium/Towards Data Science (multimedia)
|
||||
|
||||
* v2.2.4.0 (2021-06-06)
|
||||
|
|
|
@ -1030,8 +1030,8 @@ else if (matchDomain('rep.repubblica.it')) {
|
|||
}
|
||||
|
||||
else if (domain = matchDomain(it_repubblica_domains)) {
|
||||
let url = window.location.href;
|
||||
if (!url.includes('/amp/')) {
|
||||
let url = window.location.href.split('?')[0];
|
||||
if (!url.match(/\amp(\/)?$/)) {
|
||||
let premium = document.querySelector('.paywall-adagio, #paywall');
|
||||
if (premium) {
|
||||
removeDOMElement(premium);
|
||||
|
|
|
@ -524,5 +524,5 @@
|
|||
"*://*.wallkit.net/*",
|
||||
"*://*.wsj.net/*"
|
||||
],
|
||||
"version": "2.2.4.2"
|
||||
"version": "2.2.4.3"
|
||||
}
|
Loading…
Reference in a new issue