Fix EUobserver (css)

This commit is contained in:
magnolia1234 2023-08-03 12:24:17 +02:00
parent cf33bbd6ac
commit bde827ec73
6 changed files with 14 additions and 37 deletions

View file

@ -4,6 +4,7 @@ Updates (install signed xpi-file): https://gitlab.com/magnolia1234/bypass-paywal
Post-release Post-release
Add Crikey.com.au Add Crikey.com.au
Fix EUobserver (css)
Fix Grupo Vocento (limit amp-redirect) Fix Grupo Vocento (limit amp-redirect)
Fix The Economic Times (update mobile redirect) Fix The Economic Times (update mobile redirect)
Update custom sites (add_ext_link: Google webcache) Update custom sites (add_ext_link: Google webcache)

View file

@ -3555,6 +3555,12 @@ else if (matchDomain('espn.com')) {
} }
} }
else if (matchDomain('euobserver.com')) {
let div_hidden = document.querySelector('div.membership-upsell.show');
if (div_hidden)
div_hidden.classList.remove('show');
}
else if (matchDomain('euromoney.com')) { else if (matchDomain('euromoney.com')) {
let url = window.location.href; let url = window.location.href;
let paywall = document.querySelector('div.paywall'); let paywall = document.querySelector('div.paywall');

View file

@ -51,5 +51,5 @@
"webRequestBlocking", "webRequestBlocking",
"*://*/*" "*://*/*"
], ],
"version": "3.2.7.3" "version": "3.2.7.4"
} }

View file

@ -772,5 +772,5 @@
"*://*.wyleex.com/*", "*://*.wyleex.com/*",
"*://webcache.googleusercontent.com/*" "*://webcache.googleusercontent.com/*"
], ],
"version": "3.2.7.3" "version": "3.2.7.4"
} }

View file

@ -562,8 +562,7 @@ var defaultSites = {
}, },
"EUobserver": { "EUobserver": {
domain: "euobserver.com", domain: "euobserver.com",
allow_cookies: 1, allow_cookies: 1
useragent: "googlebot"
}, },
"Eureka Report": { "Eureka Report": {
domain: "eurekareport.com.au", domain: "eurekareport.com.au",

View file

@ -45,12 +45,6 @@
"ld_json": "div.subscribe-page|div.storycontent", "ld_json": "div.subscribe-page|div.storycontent",
"upd_version": "3.2.6.0" "upd_version": "3.2.6.0"
}, },
"Correio da Manhã": {
"domain": "cmjornal.pt",
"allow_cookies": 1,
"amp_unhide": 1,
"upd_version": "3.2.4.2"
},
"Crain Communications": { "Crain Communications": {
"domain": "###_usa_craincomm", "domain": "###_usa_craincomm",
"group": [ "group": [
@ -78,11 +72,11 @@
"excluded_domains": ["bizjournals.com"], "excluded_domains": ["bizjournals.com"],
"upd_version": "3.2.6.6" "upd_version": "3.2.6.6"
}, },
"Grupo Abril": { "EUobserver": {
"domain": "abril.com.br", "domain": "euobserver.com",
"allow_cookies": 1, "allow_cookies": 1,
"block_js_inline": "\\.abril\\.com\\.br\\/.+\\/(\\w+\\-+){3,}", "cs_code": "[{\"cond\":\"div.membership-upsell.show\", \"rm_class\":\"show\"}]",
"upd_version": "3.2.4.3" "upd_version": "3.2.7.4"
}, },
"Haaretz English": { "Haaretz English": {
"domain": "haaretz.com", "domain": "haaretz.com",
@ -108,21 +102,6 @@
"ld_json": "div.offerlist-wrapper|div.article-body|1", "ld_json": "div.offerlist-wrapper|div.article-body|1",
"upd_version": "3.2.6.0" "upd_version": "3.2.6.0"
}, },
"Record.pt": {
"domain": "record.pt",
"allow_cookies": 1,
"block_regex": "cdn\\.ampproject\\.org\\/v\\d\\/amp-access-.+\\.js",
"amp_unhide": 1,
"upd_version": "3.2.4.2"
},
"Sábado (not video)": {
"domain": "sabado.pt",
"allow_cookies": 1,
"block_regex": "cdn\\.ampproject\\.org\\/v\\d\\/amp-access-.+\\.js",
"amp_redirect": ".bloco_bloqueio",
"amp_unhide": 1,
"new_site": 1
},
"Schwarzwälder Bote": { "Schwarzwälder Bote": {
"domain": "schwarzwaelder-bote.de", "domain": "schwarzwaelder-bote.de",
"allow_cookies": 1, "allow_cookies": 1,
@ -145,14 +124,6 @@
"cs_code": "[{\"cond\":\"div.mod-paywall\", \"rm_elem\":1}]", "cs_code": "[{\"cond\":\"div.mod-paywall\", \"rm_elem\":1}]",
"new_site": 1 "new_site": 1
}, },
"Stuttgarter Zeitung": {
"domain": "stuttgarter-zeitung.de",
"allow_cookies": 1,
"block_regex": "\\.piano\\.io",
"useragent": "googlebot",
"cs_code": "[{\"cond\":\"div.mod-paywall\", \"rm_elem\":1}]",
"new_site": 1
},
"Telegraaf": { "Telegraaf": {
"domain": "telegraaf.nl", "domain": "telegraaf.nl",
"allow_cookies": 1, "allow_cookies": 1,