mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 03:41:57 +01:00
Fix PEI Media (identify site)
This commit is contained in:
parent
7795647c69
commit
1bf2a95b2b
2 changed files with 2 additions and 1 deletions
|
@ -10,6 +10,7 @@ Fix elDiario.es (amp-redirect)
|
|||
Fix Haaretz Group (fetch from archive.is)
|
||||
Fix Inc42 (css)
|
||||
Fix Independent.co.uk (fetch from archive.is)
|
||||
Fix PEI Media (identify site)
|
||||
Fix S&P Global (js-inline)
|
||||
Fix Sueddeutsche Zeitung (fetch from archive.is)
|
||||
Fix The Juggernaut
|
||||
|
|
|
@ -135,7 +135,7 @@ window.setTimeout(function () {
|
|||
group = '###_usa_bnp_media';
|
||||
else if (matchDomain(['centralmaine.com', 'pressherald.com', 'sunjournal.com']))
|
||||
group = '###_usa_maine_trust';
|
||||
else if (document.querySelector('img[data-src*="/wp-content/plugins/pragmatic-pei-rebranding/"]'))
|
||||
else if (document.querySelector('head > meta[name="peim_article_access_type"]'))
|
||||
group = '###_usa_pei';
|
||||
else if (matchDomain(['dayton.com', 'daytondailynews.com', 'journal-news.com', 'springfieldnewssun.com']))
|
||||
group = 'ajc.com';// Cox First Media
|
||||
|
|
Loading…
Reference in a new issue