Add McPherson Media Group

merge-requests/20/head
magnolia1234 4 months ago
parent e4dd023f18
commit b54477cb5f

@ -904,7 +904,8 @@ Grouped in options:\
[Western Advocate](https://www.westernadvocate.com.au)\
*InvestSmart* sites like\
[InvestSmart](https://www.investsmart.com.au) -
[Intelligent Investor](https://www.intelligentinvestor.com.au)
[Intelligent Investor](https://www.intelligentinvestor.com.au)\
*[McPherson Media Group](https://www.mmg.com.au/portfolio)* sites (opt-in to custom sites)
##### China, Hong Kong & Taiwan
[CommonWealth Magazine Taiwan](https://www.cw.com.tw)* -

@ -4,6 +4,7 @@ Updates (install signed xpi-file): https://gitlab.com/magnolia1234/bypass-paywal
Post-release
Add BusinessTimes.com.sg & StraitsTimes.com (SPH Media)
Add McPherson Media Group (au; opt-in to custom sites)
Add The Lamp Magazine
Fix Augsburger-allgemeine.de (Googlebot)
Fix Tribune Publishing Company (js)

@ -591,11 +591,24 @@ else {
}
let header_advert = document.querySelector('div.headerAdvertisement');
hideDOMElement(header_advert);
} else if (document.querySelector('head > link[rel="dns-prefetch"][href="//static.ew.mmg.navigacloud.com"]')) { // McPherson Media Group
let paywall = document.querySelector('div#content-Load-message');
if (paywall) {
removeDOMElement(paywall);
let lockable = document.querySelectorAll('div[id^="lockable-"]');
for (let elem of lockable) {
elem.removeAttribute('style');
elem.removeAttribute('id');
}
let gradient = document.querySelector('div.gradienttext');
if (gradient)
gradient.removeAttribute('class');
}
} else
csDone = true;
}
} else
csDone = true;
csDone = true;
}
} else if (window.location.hostname.match(/\.(de|at|ch)$/) || matchDomain(['diepresse.com', 'faz.net', 'tt.com', 'wochenblatt.com'])) {//germany/austria/switzerland - ch

@ -53,6 +53,8 @@ window.setTimeout(function () {
else if (hostname.endsWith('.com.au')) {
if (document.querySelector('li > a[href*=".sevenwestmedia.com.au"]'))
group = 'thewest.com.au';
else (document.querySelector('head > link[rel="dns-prefetch"][href="//static.ew.mmg.navigacloud.com"]'))
group = '###_au_mmg';
}
} else if (hostname.endsWith('.cl')) {
if (document.querySelector('head > meta[property="og:image"][content*="/impresa.soy-chile.cl/"]'))

@ -51,5 +51,5 @@
"webRequestBlocking",
"*://*/*"
],
"version": "3.5.3.5"
"version": "3.5.3.6"
}

@ -843,5 +843,5 @@
"*://archive.vn/*",
"*://webcache.googleusercontent.com/*"
],
"version": "3.5.3.5"
"version": "3.5.3.6"
}

@ -1557,6 +1557,10 @@ var defaultSites = {
],
block_regex: /(\.amplitude\.com\/|js\.matheranalytics\.com|cdn\.ampproject\.org\/v\d\/amp-(access|subscriptions)-.+\.js)/
},
"McPherson Media Group (opt-in to custom sites)": {
domain: "###_au_mmg",
allow_cookies: 1
},
"Media Group Westfalen (opt-in to custom sites for unlisted)": {
domain: "###_de_mgw",
group: [

Loading…
Cancel
Save