mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-13 01:54:17 +01:00
Fix Groupe Nice-Matin (css)
This commit is contained in:
parent
976ef9ce8c
commit
dcdb84ce99
5 changed files with 16 additions and 3 deletions
|
@ -4,6 +4,7 @@ Updates (install signed xpi-file): https://gitlab.com/magnolia1234/bypass-paywal
|
||||||
|
|
||||||
Post-release
|
Post-release
|
||||||
Add Tagesspiegel.de (link to archive.is)
|
Add Tagesspiegel.de (link to archive.is)
|
||||||
|
Fix Groupe Nice-Matin (css)
|
||||||
Fix The Hill Times (ld_json_url)
|
Fix The Hill Times (ld_json_url)
|
||||||
Update popup (fix toggle for custom flex sites)
|
Update popup (fix toggle for custom flex sites)
|
||||||
|
|
||||||
|
|
|
@ -1731,7 +1731,7 @@ else if (matchDomain(fr_groupe_nice_matin_domains)) {
|
||||||
if (paywall)
|
if (paywall)
|
||||||
paywall.removeAttribute('id');
|
paywall.removeAttribute('id');
|
||||||
}
|
}
|
||||||
let ads = document.querySelectorAll('div[class^="ad-slot-"]');
|
let ads = document.querySelectorAll('div[class^="ad-slot-"], div#poool-widget-content, div[class*="Rhoo"]');
|
||||||
hideDOMElement(...ads);
|
hideDOMElement(...ads);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -51,5 +51,5 @@
|
||||||
"webRequestBlocking",
|
"webRequestBlocking",
|
||||||
"*://*/*"
|
"*://*/*"
|
||||||
],
|
],
|
||||||
"version": "3.4.3.3"
|
"version": "3.4.3.4"
|
||||||
}
|
}
|
||||||
|
|
|
@ -816,5 +816,5 @@
|
||||||
"*://*.wyleex.com/*",
|
"*://*.wyleex.com/*",
|
||||||
"*://webcache.googleusercontent.com/*"
|
"*://webcache.googleusercontent.com/*"
|
||||||
],
|
],
|
||||||
"version": "3.4.3.3"
|
"version": "3.4.3.4"
|
||||||
}
|
}
|
||||||
|
|
|
@ -40,6 +40,18 @@
|
||||||
"cs_block": 1,
|
"cs_block": 1,
|
||||||
"upd_version": "3.4.1.7"
|
"upd_version": "3.4.1.7"
|
||||||
},
|
},
|
||||||
|
"Groupe Nice-Matin": {
|
||||||
|
"domain": "###_fr_groupe_nice_matin",
|
||||||
|
"group": [
|
||||||
|
"monacomatin.mc",
|
||||||
|
"nicematin.com",
|
||||||
|
"varmatin.com"
|
||||||
|
],
|
||||||
|
"allow_cookies": 1,
|
||||||
|
"block_regex": "(\\.poool\\.fr\\/|cdn\\.ampproject\\.org\\/v\\d\\/amp-access-.+\\.js)",
|
||||||
|
"cs_code": "[{\"cond\":\"div#poool-widget-content\", \"rm_elem\":1}]",
|
||||||
|
"upd_version": "3.4.3.4"
|
||||||
|
},
|
||||||
"Groupe Rossel": {
|
"Groupe Rossel": {
|
||||||
"domain": "###_fr_be_groupe_rossel",
|
"domain": "###_fr_be_groupe_rossel",
|
||||||
"group": [
|
"group": [
|
||||||
|
|
Loading…
Reference in a new issue