Add Maine Trust for Local News

Fix WSJ (link to Google Search Tool)
merge-requests/16/head
magnolia1234 7 months ago
parent eeffaf98e7
commit 47817767d7

@ -351,6 +351,7 @@ Grouped in options:\
[Tulsa World](https://tulsaworld.com) -
[Wisconsin State Journal](https://madison.com) -
[Winston-Salem Journal](https://www.journalnow.com)\
*[Maine Trust](https://www.metln.org)* sites (opt-in to custom sites)\
*McClatchy Group* sites like (opt-in to custom sites for unlisted)\
[Belleville News-Democrat](https://www.bnd.com) -
[Fort Worth Star-Telegram](https://www.star-telegram.com) -

@ -5,10 +5,12 @@ Updates (install signed xpi-file): https://gitlab.com/magnolia1234/bypass-paywal
Post-release
Add Balkan Insight
Add Groupe Quebecor
Add Maine Trust for Local News (opt-in to custom sites)
Add The Baffler
Fix Australia News Corp (amp-fix for desktop)
Fix Faz.net (json)
Fix GauchaZH (refresh)
Fix WSJ (link to Google Search Tool)
* v3.3.8.0 (2023-10-15)
Add LePoint.fr

@ -5414,8 +5414,8 @@ else if (matchDomain('wsj.com')) {
} else if (window.location.search) {
window.location.href = window.location.pathname;
} else {
let header = document.querySelector('div.article-header, article > div');
header_nofix(header);
let article = document.querySelector('article');
article.firstChild.before(googleSearchToolLink(window.location.href));
}
}
}

@ -132,6 +132,8 @@ window.setTimeout(function () {
group = '###_fr_synerj';
else if (document.querySelector('head > link[href*=".com/wp-content/themes/madavor/"]'))
group = '###_usa_madavor';
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/"]'))
group = '###_usa_pei';
else if (matchDomain(['dayton.com', 'daytondailynews.com', 'journal-news.com', 'springfieldnewssun.com']))

@ -51,5 +51,5 @@
"webRequestBlocking",
"*://*/*"
],
"version": "3.3.8.6"
"version": "3.3.8.7"
}

@ -1,6 +1,6 @@
{
"###_remove_sites": {
"cs_code": "africaintelligence.fr, arkansasonline.com, bild.de, columbian.com, intelligenceonline.com, intelligenceonline.fr, interestingengineering.com, jeuneafrique.com, lalettrea.fr, lastampa.it, lavozdegalicia.es, law360.com, lepoint.fr, manager-magazin.de, ouest-france.fr, repubblica.it, risk.net, saechsische.de, swarajyamag.com, thetexan.news, theweek.com, vikatan.com",
"cs_code": "africaintelligence.fr, arkansasonline.com, bild.de, columbian.com, intelligenceonline.com, intelligenceonline.fr, interestingengineering.com, jeuneafrique.com, lalettrea.fr, lastampa.it, lavozdegalicia.es, law360.com, lepoint.fr, manager-magazin.de, ouest-france.fr, pressherald.com, repubblica.it, risk.net, saechsische.de, swarajyamag.com, thetexan.news, theweek.com, vikatan.com",
"domain": "###"
},
"Abajournal.com": {
@ -535,11 +535,6 @@
"domain": "pressandjournal.co.uk",
"useragent": "googlebot"
},
"Pressherald.com": {
"allow_cookies": 1,
"block_regex": "loader-cdn\\.azureedge\\.net",
"domain": "pressherald.com"
},
"Pv-digest.de": {
"allow_cookies": 1,
"domain": "pv-digest.de",

@ -797,13 +797,15 @@
"*://*.gitlab.com/magnolia1234/*",
"*://*.hadrianpaywall.com/*",
"*://*.kinja-static.com/*",
"*://*.masthead.me/*",
"*://*.medscapestatic.com/*",
"*://*.ndcmediagroep.nl/*",
"*://*.nhst.tech/*",
"*://*.nyt.com/*",
"*://*.pasedigital.cl/*",
"*://*.wgchrrammzv.com/*",
"*://*.wyleex.com/*",
"*://webcache.googleusercontent.com/*"
],
"version": "3.3.8.6"
"version": "3.3.8.7"
}

@ -1426,6 +1426,12 @@ var defaultSites = {
allow_cookies: 1,
block_regex: /\.tinypass\.com\//
},
"Maine Trust for Local News (opt-in to custom sites)": {
domain: "###_usa_maine_trust",
group: [],
allow_cookies: 1,
block_regex: /loader\.masthead\.me\//
},
"Mainichi Shimbun": {
domain: "mainichi.jp",
allow_cookies: 1,
@ -1919,7 +1925,7 @@ var defaultSites = {
"Saltwire Network": {
domain: "saltwire.com",
allow_cookies: 1,
block_regex: /\/loader-cdn\.azureedge\.net\//
block_regex: /\.zephr\.com\/zephr-browser\//
},
"Salzburger Nachrichten": {
domain: "sn.at",
@ -2031,7 +2037,7 @@ var defaultSites = {
"Tampa Bay Times": {
domain: "tampabay.com",
allow_cookies: 1,
block_regex: /(loader-cdn\.azureedge\.net\/|js\.matheranalytics\.com\/|cdn\.ampproject\.org\/v\d\/amp-access-.+\.js)/
block_regex: /(\.zephr\.com\/zephr-browser\/|js\.matheranalytics\.com\/|cdn\.ampproject\.org\/v\d\/amp-access-.+\.js)/
},
"Tech in Asia": {
domain: "techinasia.com",
@ -2096,7 +2102,7 @@ var defaultSites = {
"The Atlanta Journal-Constitution (+ Cox First Media; opt-in to custom sites)": {
domain: "ajc.com",
allow_cookies: 1,
block_regex: /(\.com\/prod\/ajc\/loader\.min\.js|cdn\.ampproject\.org\/v\d\/amp-access-.+\.js)/
block_regex: /(\.com\/prod\/ajc\/loader\.min\.js|\.tinypass\.com\/|cdn\.ampproject\.org\/v\d\/amp-access-.+\.js)/
},
"The Atlantic": {
domain: "theatlantic.com",

Loading…
Cancel
Save