mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 05:37:47 +01:00
Remove Caixin Global (obsolete)
This commit is contained in:
parent
d48c4c71b2
commit
9b250ae1ec
5 changed files with 1 additions and 22 deletions
|
@ -579,7 +579,6 @@ Grouped in options:\
|
|||
|
||||
#### East Asia
|
||||
[Asia Times](https://asiatimes.com) -
|
||||
[Caixin Global](https://www.caixinglobal.com) -
|
||||
[CommonWealth Magazine Taiwan](https://www.cw.com.tw) -
|
||||
[DealStreetAsia](https://www.dealstreetasia.com) -
|
||||
[Harvard Business Review China](https://www.hbrchina.org) -
|
||||
|
|
|
@ -4,6 +4,7 @@ Changelog Bypass Paywalls Clean - Firefox
|
|||
Post-release
|
||||
Add Koelner Stadt-Anzeiger & Koelnische Rundschau
|
||||
Add The (New Orleans) Advocate
|
||||
Remove Caixin Global (obsolete)
|
||||
Fix ABC.es (amp)
|
||||
Fix Bloomberg Quint (bq blue)
|
||||
Fix Fortune (amp)
|
||||
|
|
|
@ -1740,22 +1740,6 @@ else if (matchDomain('business-standard.com')) {
|
|||
}
|
||||
}
|
||||
|
||||
else if (matchDomain('caixinglobal.com')) {
|
||||
window.setTimeout(function () {
|
||||
let pay_tips = document.querySelectorAll('.cons-pay-tip');
|
||||
for (let pay_tip of pay_tips)
|
||||
pay_tip.removeAttribute('style');
|
||||
let appContent = document.getElementById('appContent');
|
||||
if (appContent) {
|
||||
let hidden_pars = document.querySelectorAll('p:not([style="display:block;"])');
|
||||
for (let hidden_par of hidden_pars)
|
||||
hidden_par.setAttribute('style', 'display:block;');
|
||||
}
|
||||
let app_exclusive_tip = document.querySelector('.app-exclusive-tip');
|
||||
removeDOMElement(app_exclusive_tip);
|
||||
}, 1000); // Delay (in milliseconds)
|
||||
}
|
||||
|
||||
else if (matchDomain(ca_torstar_domains)) {
|
||||
window.setTimeout(function () {
|
||||
let meter_banner = document.querySelector('.c-article-meter-banner');
|
||||
|
|
|
@ -104,7 +104,6 @@
|
|||
"*://*.businessinsider.com/*",
|
||||
"*://*.businessoffashion.com/*",
|
||||
"*://*.cairnspost.com.au/*",
|
||||
"*://*.caixinglobal.com/*",
|
||||
"*://*.canberratimes.com.au/*",
|
||||
"*://*.cen.acs.org/*",
|
||||
"*://*.centralwesterndaily.com.au/*",
|
||||
|
|
4
sites.js
4
sites.js
|
@ -208,10 +208,6 @@ var defaultSites = {
|
|||
domain: "business-standard.com",
|
||||
allow_cookies: 1
|
||||
},
|
||||
"Caixin Global": {
|
||||
domain: "caixinglobal.com",
|
||||
remove_cookies_select_drop: ["CAIXINGLB_LOGIN_UUID"]
|
||||
},
|
||||
"Challenges": {
|
||||
domain: "challenges.fr",
|
||||
block_regex: /\.poool\.fr\//
|
||||
|
|
Loading…
Reference in a new issue