mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-04 12:00:10 +00:00
Add Puck.news
This commit is contained in:
parent
8ba4b7c971
commit
4befaaf53b
@ -195,6 +195,7 @@ Grouped in options:\
|
|||||||
[National Review](https://www.nationalreview.com) -
|
[National Review](https://www.nationalreview.com) -
|
||||||
[Outdoor Life](https://www.outdoorlife.com) -
|
[Outdoor Life](https://www.outdoorlife.com) -
|
||||||
[Project Syndicate (link to archive.is)](https://www.project-syndicate.org) -
|
[Project Syndicate (link to archive.is)](https://www.project-syndicate.org) -
|
||||||
|
[Puck.news](https://puck.news) -
|
||||||
[Slate](https://slate.com) -
|
[Slate](https://slate.com) -
|
||||||
[SofRep](https://sofrep.com) -
|
[SofRep](https://sofrep.com) -
|
||||||
[The American Interest](https://www.the-american-interest.com) -
|
[The American Interest](https://www.the-american-interest.com) -
|
||||||
|
@ -5,6 +5,7 @@ Updates (install signed xpi-file): https://gitlab.com/magnolia1234/bypass-paywal
|
|||||||
Post-release
|
Post-release
|
||||||
Add Groupe ESH Medias (ch)
|
Add Groupe ESH Medias (ch)
|
||||||
Add Hln.be (link to archive.is)
|
Add Hln.be (link to archive.is)
|
||||||
|
Add Puck.news
|
||||||
Add Zeit.de (link to archive.is)
|
Add Zeit.de (link to archive.is)
|
||||||
Remove AerzteBlatt.de (fix obsolete)
|
Remove AerzteBlatt.de (fix obsolete)
|
||||||
Remove LePoint.fr (fix obsolete)
|
Remove LePoint.fr (fix obsolete)
|
||||||
|
@ -4135,6 +4135,23 @@ else if (matchDomain('project-syndicate.org')) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
else if (matchDomain('puck.news')) {
|
||||||
|
let url = window.location.href;
|
||||||
|
let paywall = document.querySelector('div.paywall');
|
||||||
|
if (paywall) {
|
||||||
|
removeDOMElement(paywall);
|
||||||
|
csDoneOnce = true;
|
||||||
|
let url_cache = 'https://webcache.googleusercontent.com/search?q=cache:' + url.split('?')[0];
|
||||||
|
replaceDomElementExt(url_cache, true, false, 'div.entry-content');
|
||||||
|
let overlay = document.querySelector('body.paywall-active');
|
||||||
|
if (overlay)
|
||||||
|
overlay.classList.remove('paywall-active');
|
||||||
|
let article_style = document.querySelector('article[style]');
|
||||||
|
if (article_style)
|
||||||
|
article_style.removeAttribute('style');
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
else if (matchDomain('quillette.com')) {
|
else if (matchDomain('quillette.com')) {
|
||||||
let url = window.location.href;
|
let url = window.location.href;
|
||||||
let paywall = document.querySelector('aside.gh-post-upgrade-cta');
|
let paywall = document.querySelector('aside.gh-post-upgrade-cta');
|
||||||
|
@ -51,5 +51,5 @@
|
|||||||
"webRequestBlocking",
|
"webRequestBlocking",
|
||||||
"*://*/*"
|
"*://*/*"
|
||||||
],
|
],
|
||||||
"version": "3.2.2.6"
|
"version": "3.2.2.7"
|
||||||
}
|
}
|
||||||
|
@ -528,6 +528,7 @@
|
|||||||
"*://*.project-syndicate.org/*",
|
"*://*.project-syndicate.org/*",
|
||||||
"*://*.prospectmagazine.co.uk/*",
|
"*://*.prospectmagazine.co.uk/*",
|
||||||
"*://*.public.fr/*",
|
"*://*.public.fr/*",
|
||||||
|
"*://*.puck.news/*",
|
||||||
"*://*.pzc.nl/*",
|
"*://*.pzc.nl/*",
|
||||||
"*://*.quillette.com/*",
|
"*://*.quillette.com/*",
|
||||||
"*://*.quora.com/*",
|
"*://*.quora.com/*",
|
||||||
@ -757,5 +758,5 @@
|
|||||||
"*://*.wyleex.com/*",
|
"*://*.wyleex.com/*",
|
||||||
"*://webcache.googleusercontent.com/*"
|
"*://webcache.googleusercontent.com/*"
|
||||||
],
|
],
|
||||||
"version": "3.2.2.6"
|
"version": "3.2.2.7"
|
||||||
}
|
}
|
||||||
|
7
sites.js
7
sites.js
@ -1711,6 +1711,11 @@ var defaultSites = {
|
|||||||
allow_cookies: 1,
|
allow_cookies: 1,
|
||||||
block_regex: /\.poool\.fr\//
|
block_regex: /\.poool\.fr\//
|
||||||
},
|
},
|
||||||
|
"Puck.news": {
|
||||||
|
domain: "puck.news",
|
||||||
|
allow_cookies: 1,
|
||||||
|
cs_dompurify: 1
|
||||||
|
},
|
||||||
"Quartz (newsletter)": {
|
"Quartz (newsletter)": {
|
||||||
domain: "qz.com",
|
domain: "qz.com",
|
||||||
allow_cookies: 1,
|
allow_cookies: 1,
|
||||||
@ -2585,4 +2590,4 @@ init_custom_flex_domains();
|
|||||||
|
|
||||||
// sites with no fix (background)
|
// sites with no fix (background)
|
||||||
var it_gedi_nofix_domains = ['gelocal.it', 'huffingtonpost.it', 'ilsecoloxix.it', 'lastampa.it', 'limesonline.com', 'repubblica.it'];
|
var it_gedi_nofix_domains = ['gelocal.it', 'huffingtonpost.it', 'ilsecoloxix.it', 'lastampa.it', 'limesonline.com', 'repubblica.it'];
|
||||||
var nofix_sites = ['aamulehti.fi', 'africaintelligence.com', 'africaintelligence.fr', 'aftenposten.no', 'asiatimes.com', 'badische-zeitung.de', 'bild.de', 'bloomberglaw.com', 'bloombergtax.com', 'borsen.dk', 'business-standard.com', 'businessinsider.de', 'businesstimes.com.sg', 'caixin.com', 'caixinglobal.com', 'caravanmagazine.in', 'catalyst-journal.com', 'compactmag.com', 'courrierinternational.com', 'deutsche-wirtschafts-nachrichten.de', 'diepresse.com', 'elordenmundial.com', 'epw.in', 'expresso.pt', 'finance.si', 'ftchinese.com', 'gamestar.de', 'handelsblatt.com', 'heise.de', 'hs.fi', 'ilsole24ore.com', 'investors.com', 'iltalehti.fi', 'jacobinmag.com', 'jeuneafrique.com', 'kleinezeitung.at', 'lavie.fr', 'lavozdegalicia.es', 'law360.com', 'le1hebdo.fr', 'leconomiste.com', 'lefilmfrancais.com', 'lemonde.fr', 'lepoint.fr', 'lequipe.fr', 'letemps.ch', 'liberation.fr', 'lopinion.fr', 'medianama.com', 'mediapart.fr', 'milanofinanza.it', 'mittelbayerische.de', 'monde-diplomatique.fr', 'mondediplo.com', 'moneycontrol.com', 'morningstar.com', 'nationaljournal.com', 'manager-magazin.de', 'mz.de', 'nature.com', 'nbr.co.nz', 'nn.de', 'nwzonline.de', 'ouest-france.fr', 'philonomist.com', 'pnp.de', 'politicopro.com', 'politiken.dk', 'pressreader.com', 'publico.pt', 'puck.news', 'republic.ru', 'rheinpfalz.de', 'risk.net', 'rnz.de', 'ruhrnachrichten.de', 'saechsische.de', 'schwarzwaelder-bote.de', 'statnews.com', 'stern.de', 'stimme.de', 'straitstimes.com', 'stratfor.com', 'stuttgarter-nachrichten.de', 'stuttgarter-zeitung.de', 'substack.com', 'sueddeutsche.de', 'suedkurier.de', 'swp.de', 'techcrunch.com', 'the-ken.com', 'the-tls.co.uk', 'theinformation.com', 'themorningcontext.com', 'theparisreview.org', 'thewirechina.com', 'volksstimme.de', 'welt.de', 'weltkunst.de', 'weser-kurier.de', 'wiwo.de', 'worldpoliticsreview.com', 'ynet.co.il'].concat(it_gedi_nofix_domains);
|
var nofix_sites = ['aamulehti.fi', 'africaintelligence.com', 'africaintelligence.fr', 'aftenposten.no', 'asiatimes.com', 'badische-zeitung.de', 'bild.de', 'bloomberglaw.com', 'bloombergtax.com', 'borsen.dk', 'business-standard.com', 'businessinsider.de', 'businesstimes.com.sg', 'caixin.com', 'caixinglobal.com', 'caravanmagazine.in', 'catalyst-journal.com', 'compactmag.com', 'courrierinternational.com', 'deutsche-wirtschafts-nachrichten.de', 'diepresse.com', 'elordenmundial.com', 'epw.in', 'expresso.pt', 'finance.si', 'ftchinese.com', 'gamestar.de', 'handelsblatt.com', 'heise.de', 'hs.fi', 'ilsole24ore.com', 'investors.com', 'iltalehti.fi', 'jacobinmag.com', 'jeuneafrique.com', 'kleinezeitung.at', 'lavie.fr', 'lavozdegalicia.es', 'law360.com', 'le1hebdo.fr', 'leconomiste.com', 'lefilmfrancais.com', 'lemonde.fr', 'lepoint.fr', 'lequipe.fr', 'letemps.ch', 'liberation.fr', 'lopinion.fr', 'medianama.com', 'mediapart.fr', 'milanofinanza.it', 'mittelbayerische.de', 'monde-diplomatique.fr', 'mondediplo.com', 'moneycontrol.com', 'morningstar.com', 'nationaljournal.com', 'manager-magazin.de', 'mz.de', 'nature.com', 'nbr.co.nz', 'nn.de', 'nwzonline.de', 'ouest-france.fr', 'philonomist.com', 'pnp.de', 'politicopro.com', 'politiken.dk', 'pressreader.com', 'publico.pt', 'republic.ru', 'rheinpfalz.de', 'risk.net', 'rnz.de', 'ruhrnachrichten.de', 'saechsische.de', 'schwarzwaelder-bote.de', 'statnews.com', 'stern.de', 'stimme.de', 'straitstimes.com', 'stratfor.com', 'stuttgarter-nachrichten.de', 'stuttgarter-zeitung.de', 'substack.com', 'sueddeutsche.de', 'suedkurier.de', 'swp.de', 'techcrunch.com', 'the-ken.com', 'the-tls.co.uk', 'theinformation.com', 'themorningcontext.com', 'theparisreview.org', 'thewirechina.com', 'volksstimme.de', 'welt.de', 'weltkunst.de', 'weser-kurier.de', 'wiwo.de', 'worldpoliticsreview.com', 'ynet.co.il'].concat(it_gedi_nofix_domains);
|
||||||
|
@ -62,6 +62,13 @@
|
|||||||
"cs_code": "[{\"cond\":\"div.tlg-paywalled\", \"rm_class\": \"tlg-paywalled\"}]",
|
"cs_code": "[{\"cond\":\"div.tlg-paywalled\", \"rm_class\": \"tlg-paywalled\"}]",
|
||||||
"upd_version": "3.2.1.1"
|
"upd_version": "3.2.1.1"
|
||||||
},
|
},
|
||||||
|
"Puck.news": {
|
||||||
|
"domain": "puck.news",
|
||||||
|
"allow_cookies": 1,
|
||||||
|
"ld_google_webcache": "div.paywall|div.entry-content",
|
||||||
|
"cs_code": "[{\"cond\":\"body.paywall-active\", \"rm_class\":\"paywall-active\"},{\"cond\":\"article[style]\", \"rm_attrib\":\"style\"}]",
|
||||||
|
"upd_version": "3.2.2.7"
|
||||||
|
},
|
||||||
"Quora (regwall)": {
|
"Quora (regwall)": {
|
||||||
"domain": "quora.com",
|
"domain": "quora.com",
|
||||||
"allow_cookies": 1,
|
"allow_cookies": 1,
|
||||||
|
Loading…
Reference in New Issue
Block a user