mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-chrome-clean.git
synced 2023-10-21 07:33:45 -05:00
Add Arkansas Democrat-Gazette
This commit is contained in:
@@ -56,7 +56,7 @@ If you're familiar with Git(Hub)-clients you can also clone this repo and update
|
||||
Visit the [Firefox repository](https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean) of Bypass Paywall Clean.
|
||||
|
||||
#### iOS/iPadOS
|
||||
Use adblocker with custom (content)filter: https://gitlab.com/magnolia1234/bypass-paywalls-clean-filters
|
||||
Use adblocker with custom (content)filter & userscript (manager): https://gitlab.com/magnolia1234/bypass-paywalls-clean-filters (read instructions).
|
||||
|
||||
### Update
|
||||
For crx-installation: extension will update automatically or check for updates (in chrome://extensions).\
|
||||
@@ -285,6 +285,7 @@ Grouped in options:\
|
||||
|
||||
##### Local USA news
|
||||
[Albuquerque Journal](https://www.abqjournal.com) -
|
||||
[Arkansas Democrat-Gazette](https://www.arkansasonline.com) -
|
||||
[Honolulu Star-Advertiser](https://www.staradvertiser.com) -
|
||||
[Los Angeles Times](https://www.latimes.com) -
|
||||
[Mountain View Voice](https://www.mv-voice.com) -
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
Changelog Bypass Paywalls Clean - Chrome
|
||||
|
||||
Post-release
|
||||
Add Arkansas Democrat-Gazette
|
||||
Add Incisive Media (opt-in to custom sites)
|
||||
Remove HBR China (fix obsolete)
|
||||
Remove VentureBeat (no paywall)
|
||||
|
||||
+14
-1
@@ -350,7 +350,7 @@ if (ext_api.runtime) {
|
||||
// Content workarounds/domain
|
||||
|
||||
if (matchDomain('medium.com') || matchDomain(medium_custom_domains) || (!matchDomain('webcache.googleusercontent.com') && document.querySelector('script[src*=".medium.com/"]'))) {
|
||||
let url = window.location.href.split('?')[0];
|
||||
let url = window.location.href;
|
||||
let paywall = document.querySelector('article.meteredContent');
|
||||
if (paywall) {
|
||||
paywall.removeAttribute('class');
|
||||
@@ -3419,6 +3419,17 @@ else if (matchDomain('americanbanker.com') || matchDomain(usa_arizent_custom_dom
|
||||
}
|
||||
}
|
||||
|
||||
else if (matchDomain('arkansasonline.com')) {
|
||||
let url = window.location.href;
|
||||
let paywall = document.querySelector('div.bee-page-container');
|
||||
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#article_body');
|
||||
}
|
||||
}
|
||||
|
||||
else if (matchDomain('artnet.com')) {
|
||||
if (window.location.pathname.endsWith('/amp-page')) {
|
||||
amp_unhide_subscr_section();
|
||||
@@ -5847,6 +5858,8 @@ function archiveLink(url, text_fail = 'BPC > Try for full article text (only rep
|
||||
}
|
||||
|
||||
function googleWebcacheLink(url, text_fail = 'BPC > Try for full article text:\r\n') {
|
||||
if (!matchUrlDomain(['hbrchina.org'], url))
|
||||
url = url.split('?')[0];
|
||||
return externalLink(['webcache.googleusercontent.com'], 'https://{domain}/search?q=cache:{url}', url, text_fail);
|
||||
}
|
||||
|
||||
|
||||
@@ -37,5 +37,5 @@
|
||||
"webRequestBlocking",
|
||||
"*://*/*"
|
||||
],
|
||||
"version": "3.3.4.5"
|
||||
"version": "3.3.4.6"
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"###_remove_sites": {
|
||||
"cs_code": "africaintelligence.fr, bild.de, handelsblatt.com, intelligenceonline.com, intelligenceonline.fr, jeuneafrique.com, lalettrea.fr, lastampa.it, lavozdegalicia.es, law360.com, manager-magazin.de, ouest-france.fr, repubblica.it, risk.net, saechsische.de, swarajyamag.com, theweek.com, vikatan.com",
|
||||
"cs_code": "africaintelligence.fr, arkansasonline.com, bild.de, handelsblatt.com, intelligenceonline.com, intelligenceonline.fr, jeuneafrique.com, lalettrea.fr, lastampa.it, lavozdegalicia.es, law360.com, manager-magazin.de, ouest-france.fr, repubblica.it, risk.net, saechsische.de, swarajyamag.com, theweek.com, vikatan.com",
|
||||
"domain": "###"
|
||||
},
|
||||
"Abajournal.com": {
|
||||
@@ -24,9 +24,6 @@
|
||||
"cs_code": "[{\"cond\":\"body.nodetype--memo\", \"rm_class\":\"nodetype--memo\"}, {\"cond\":\"div.memo--callout--wrapper\",\"rm_elem\":1}]",
|
||||
"domain": "al-monitor.com"
|
||||
},
|
||||
"Arkansasonline.com": {
|
||||
"domain": "arkansasonline.com"
|
||||
},
|
||||
"Asiamoney.com": {
|
||||
"allow_cookies": 1,
|
||||
"domain": "asiamoney.com",
|
||||
|
||||
+2
-1
@@ -64,6 +64,7 @@
|
||||
"*://*.arabalears.cat/*",
|
||||
"*://*.architecturaldigest.com/*",
|
||||
"*://*.arcinfo.ch/*",
|
||||
"*://*.arkansasonline.com/*",
|
||||
"*://*.artforum.com/*",
|
||||
"*://*.artnet.com/*",
|
||||
"*://*.artsenkrant.com/*",
|
||||
@@ -777,5 +778,5 @@
|
||||
"*://*.wyleex.com/*",
|
||||
"*://webcache.googleusercontent.com/*"
|
||||
],
|
||||
"version": "3.3.4.5"
|
||||
"version": "3.3.4.6"
|
||||
}
|
||||
|
||||
@@ -82,6 +82,11 @@ var defaultSites = {
|
||||
block_regex: /cdn\.ampproject\.org\/v\d\/amp-access-.+\.js/,
|
||||
useragent: "googlebot"
|
||||
},
|
||||
"Arkansas Democrat-Gazette": {
|
||||
domain: "arkansasonline.com",
|
||||
remove_cookies_select_drop: ["blaize_session"],
|
||||
cs_dompurify: 1
|
||||
},
|
||||
"Artforum": {
|
||||
domain: "artforum.com"
|
||||
},
|
||||
@@ -2729,4 +2734,4 @@ init_custom_flex_domains();
|
||||
// sites with no fix (background)
|
||||
var it_gedi_nofix_domains = ['gelocal.it', 'huffingtonpost.it', 'ilsecoloxix.it', 'limesonline.com', 'repubblica.it'];
|
||||
var uk_delinian_nofix_domains = ['insidepandc.com', 'thedeal.com'];
|
||||
var nofix_sites = ['aamulehti.fi', 'africaintelligence.com', 'africaintelligence.fr', 'aftonbladet.se', 'aftenposten.no', 'allgaeuer-zeitung.de', 'asiatimes.com', 'autosport.com', 'badische-zeitung.de', 'bild.de', 'bloomberglaw.com', 'bloombergtax.com', 'borsen.dk', 'businessinsider.de', 'businesslive.co.za', 'businesstimes.com.sg', 'caixin.com', 'caixinglobal.com', 'caravanmagazine.in', 'catalyst-journal.com', 'compactmag.com', 'courrierinternational.com', 'deutsche-wirtschafts-nachrichten.de', 'diepresse.com', 'dn.no', 'dn.se', 'elordenmundial.com', 'epw.in', 'expresso.pt', 'finance.si', 'ftchinese.com', 'gamestar.de', 'geo.de', 'golem.de', 'handelsblatt.com', 'hbrchina.org', 'heise.de', 'hs.fi', 'ilsole24ore.com', 'information.dk', 'investors.com', 'iltalehti.fi', 'jacobinmag.com', 'jeuneafrique.com', 'kleinezeitung.at', 'lavie.fr', 'lavozdegalicia.es', 'law360.com', 'le1hebdo.fr', 'lefigaro.fr', 'leconomiste.com', 'lefilmfrancais.com', 'lemonde.fr', 'lepoint.fr', 'lequipe.fr', 'lesjours.fr', 'liberation.fr', 'limburger.nl', 'lopinion.fr', 'mainpost.de', 'medianama.com', 'mediapart.fr', 'milanofinanza.it', 'mittelbayerische.de', 'monde-diplomatique.fr', 'mondediplo.com', 'moneycontrol.com', 'morningstar.com', 'nachrichten.at', 'nationaljournal.com', 'manager-magazin.de', 'mz.de', 'nature.com', 'nbr.co.nz', 'nn.de', 'ouest-france.fr', 'philonomist.com', 'pnp.de', 'politicopro.com', 'politiken.dk', 'pressreader.com', 'publico.pt', 'quillette.com', 'republic.ru', 'rheinpfalz.de', 'risk.net', 'rnz.de', 'saechsische.de', 'statnews.com', 'stern.de', 'stimme.de', 'straitstimes.com', 'stratfor.com', 'substack.com', 'sueddeutsche.de', 'suedkurier.de', 'swp.de', 'tagesspiegel.de', 'techcrunch.com', 'the-ken.com', 'theinformation.com', 'theinitium.com', 'themorningcontext.com', 'theparisreview.org', 'thewirechina.com', 'volksstimme.de', 'welt.de', 'weser-kurier.de', 'wiwo.de', 'worldpoliticsreview.com', 'ynet.co.il'].concat(it_gedi_nofix_domains, uk_delinian_nofix_domains);
|
||||
var nofix_sites = ['aamulehti.fi', 'africaintelligence.com', 'africaintelligence.fr', 'aftenposten.no', 'aftonbladet.se', 'allgaeuer-zeitung.de', 'asiatimes.com', 'autosport.com', 'badische-zeitung.de', 'bild.de', 'bloomberglaw.com', 'bloombergtax.com', 'borsen.dk', 'businessinsider.de', 'businesslive.co.za', 'businesstimes.com.sg', 'caixin.com', 'caixinglobal.com', 'caravanmagazine.in', 'catalyst-journal.com', 'compactmag.com', 'courrierinternational.com', 'deutsche-wirtschafts-nachrichten.de', 'diepresse.com', 'dn.no', 'dn.se', 'elordenmundial.com', 'epw.in', 'expresso.pt', 'finance.si', 'ftchinese.com', 'gamestar.de', 'geo.de', 'golem.de', 'handelsblatt.com', 'hbrchina.org', 'heise.de', 'hs.fi', 'ilsole24ore.com', 'information.dk', 'investors.com', 'iltalehti.fi', 'jacobinmag.com', 'jeuneafrique.com', 'kleinezeitung.at', 'lavie.fr', 'lavozdegalicia.es', 'law360.com', 'le1hebdo.fr', 'leconomiste.com', 'lefigaro.fr', 'lefilmfrancais.com', 'lemonde.fr', 'lepoint.fr', 'lequipe.fr', 'lesjours.fr', 'liberation.fr', 'limburger.nl', 'lopinion.fr', 'mainpost.de', 'manager-magazin.de', 'medianama.com', 'mediapart.fr', 'milanofinanza.it', 'mittelbayerische.de', 'monde-diplomatique.fr', 'mondediplo.com', 'moneycontrol.com', 'morningstar.com', 'mz.de', 'nachrichten.at', 'nationaljournal.com', 'nature.com', 'nbr.co.nz', 'newslaundry.com', 'nn.de', 'ouest-france.fr', 'philonomist.com', 'pnp.de', 'politicopro.com', 'politiken.dk', 'pressreader.com', 'publico.pt', 'quillette.com', 'republic.ru', 'rheinpfalz.de', 'risk.net', 'rnz.de', 'saechsische.de', 'statnews.com', 'stern.de', 'stimme.de', 'straitstimes.com', 'stratfor.com', 'substack.com', 'sueddeutsche.de', 'suedkurier.de', 'swp.de', 'tagesspiegel.de', 'techcrunch.com', 'the-ken.com', 'theinformation.com', 'theinitium.com', 'themorningcontext.com', 'theparisreview.org', 'thewirechina.com', 'volksstimme.de', 'welt.de', 'weser-kurier.de', 'wiwo.de', 'worldpoliticsreview.com', 'ynet.co.il'].concat(it_gedi_nofix_domains, uk_delinian_nofix_domains);
|
||||
|
||||
@@ -1,4 +1,10 @@
|
||||
{
|
||||
"Arkansas Democrat-Gazette": {
|
||||
"domain": "arkansasonline.com",
|
||||
"remove_cookies_select_drop": ["blaize_session"],
|
||||
"ld_google_webcache": "div.bee-page-container|div#article_body",
|
||||
"upd_version": "3.3.4.7"
|
||||
},
|
||||
"Bloomberg": {
|
||||
"domain": "bloomberg.com",
|
||||
"allow_cookies": 1,
|
||||
|
||||
Reference in New Issue
Block a user