mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 03:21:58 +01:00
Update Leaky Paywall (identify more sites)
This commit is contained in:
parent
7665032284
commit
05f9878313
2 changed files with 2 additions and 1 deletions
|
@ -12,6 +12,7 @@ Fix Groupe Rossel (link to archive.is)
|
|||
Fix Telegraaf.nl (images)
|
||||
Fix The Diplomat
|
||||
Update custom sites (delete default sites)
|
||||
Update Leaky Paywall (identify more sites)
|
||||
|
||||
* v3.4.1.0 (2023-11-05)
|
||||
Add Jane's Defence Weekly
|
||||
|
|
|
@ -35,7 +35,7 @@ window.setTimeout(function () {
|
|||
if (hostname) {
|
||||
if (document.querySelector('script[src*=".medium.com/"]') || matchDomain(['plainenglish.io']))
|
||||
group = 'medium.com';
|
||||
else if (document.querySelector('script[src*="/leaky-paywall"], link[href*="/leaky-paywall"]'))
|
||||
else if (document.querySelector('script[src*="/leaky-paywall"], link[href*="/leaky-paywall"], div[id^="issuem-leaky-paywall-"]'))
|
||||
group = '###_wp_leaky_paywall';
|
||||
else if (document.querySelector('script[src*="/substackcdn.com/"], link[rel="stylesheet"][href*="/substackcdn.com/"]'))
|
||||
group = '###_substack_custom';// no fix
|
||||
|
|
Loading…
Reference in a new issue