mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 07:47:49 +01:00
Fix El Tiempo (css)
This commit is contained in:
parent
9e58c39866
commit
2e5bcd5f4d
5 changed files with 16 additions and 3 deletions
|
@ -9,6 +9,7 @@ Add TagesAnzeiger.ch (link to archive.is)
|
||||||
Remove Asia Times (fix obsolete)
|
Remove Asia Times (fix obsolete)
|
||||||
Remove Finance.si (fix obsolete)
|
Remove Finance.si (fix obsolete)
|
||||||
Fix Australia News Corp (no amp-fix)
|
Fix Australia News Corp (no amp-fix)
|
||||||
|
Fix El Tiempo (css)
|
||||||
Fix Lc.nl
|
Fix Lc.nl
|
||||||
Update block general paywall script (FewCents)
|
Update block general paywall script (FewCents)
|
||||||
|
|
||||||
|
|
|
@ -2627,7 +2627,7 @@ else if (matchDomain('thetimes.co.uk')) {
|
||||||
else
|
else
|
||||||
csDone = true;
|
csDone = true;
|
||||||
|
|
||||||
} else if (window.location.hostname.match(/\.(ar|br|cl|pe)$/) || matchDomain(['clarin.com', 'elespectador.com', 'elmercurio.com', 'latercera.com', 'lasegunda.com', 'valor.globo.com'])) {//south america
|
} else if (window.location.hostname.match(/\.(ar|br|cl|pe)$/) || matchDomain(['clarin.com', 'elespectador.com', 'elmercurio.com', 'eltiempo.com', 'latercera.com', 'lasegunda.com', 'valor.globo.com'])) {//south america
|
||||||
|
|
||||||
if (matchDomain('abril.com.br')) {
|
if (matchDomain('abril.com.br')) {
|
||||||
if (window.location.pathname.endsWith('/amp/')) {
|
if (window.location.pathname.endsWith('/amp/')) {
|
||||||
|
@ -2693,6 +2693,12 @@ else if (matchDomain('elmercurio.com')) {
|
||||||
}, 3000);
|
}, 3000);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
else if (matchDomain('eltiempo.com')) {
|
||||||
|
let modulos = document.querySelector('div.modulos');
|
||||||
|
if (modulos)
|
||||||
|
modulos.classList.remove('modulos');
|
||||||
|
}
|
||||||
|
|
||||||
else if (matchDomain('em.com.br')) {
|
else if (matchDomain('em.com.br')) {
|
||||||
if (!window.location.pathname.endsWith('/amp.html')) {
|
if (!window.location.pathname.endsWith('/amp.html')) {
|
||||||
let paywall = document.querySelector('.news-blocked-content');
|
let paywall = document.querySelector('.news-blocked-content');
|
||||||
|
|
|
@ -51,5 +51,5 @@
|
||||||
"webRequestBlocking",
|
"webRequestBlocking",
|
||||||
"*://*/*"
|
"*://*/*"
|
||||||
],
|
],
|
||||||
"version": "3.0.5.4"
|
"version": "3.0.5.5"
|
||||||
}
|
}
|
||||||
|
|
|
@ -738,5 +738,5 @@
|
||||||
"*://*.wallkit.net/*",
|
"*://*.wallkit.net/*",
|
||||||
"*://webcache.googleusercontent.com/*"
|
"*://webcache.googleusercontent.com/*"
|
||||||
],
|
],
|
||||||
"version": "3.0.5.4"
|
"version": "3.0.5.5"
|
||||||
}
|
}
|
||||||
|
|
|
@ -50,6 +50,12 @@
|
||||||
"allow_cookies": 1,
|
"allow_cookies": 1,
|
||||||
"useragent": "googlebot"
|
"useragent": "googlebot"
|
||||||
},
|
},
|
||||||
|
"El Tiempo": {
|
||||||
|
"domain": "eltiempo.com",
|
||||||
|
"allow_cookies": 1,
|
||||||
|
"block_regex": "\\.tinypass\\.com",
|
||||||
|
"cs_code": "[{\"cond\":\"div.modulos\",\"rm_class\":\"modulos\"}]"
|
||||||
|
},
|
||||||
"Groupe La Dépêche": {
|
"Groupe La Dépêche": {
|
||||||
"domain": "###_fr_groupe_la_depeche",
|
"domain": "###_fr_groupe_la_depeche",
|
||||||
"group": [
|
"group": [
|
||||||
|
|
Loading…
Reference in a new issue