mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 06:57:48 +01:00
Fix-update LeJdD.fr
This commit is contained in:
parent
eb81060237
commit
c275298c8d
3 changed files with 11 additions and 2 deletions
|
@ -170,7 +170,7 @@ var blockedRegexes = {
|
|||
'inquirer.com': /.+\.tinypass\.com\/.+/,
|
||||
'ladepeche.fr': /.+\.poool\.fr\/.+/,
|
||||
'lastampa.it': /.+\.repstatic\.it\/minify\/sites\/lastampa\/.+\/config\.cache\.php\?name=social_js/,
|
||||
'lejdd.fr': /.+\.swisspay\.ch\/.+/,
|
||||
'lejdd.fr': /.+\.poool\.fr\/.+/,
|
||||
'leparisien.fr': /.+\.tinypass\.com\/.+/,
|
||||
'lesechos.fr': /.+\.tinypass\.com\/.+/,
|
||||
'livemint.com': /(.+\.livemint\.com\/js\/localWorker\.js|analytics\.htmedia\.in\/analytics-js\/.+\.js)/,
|
||||
|
|
|
@ -631,6 +631,16 @@ else if (matchDomain('nzz.ch')) {
|
|||
}
|
||||
}
|
||||
|
||||
else if (matchDomain('lejdd.fr')) {
|
||||
let poool_banner = document.querySelector('#poool-container');
|
||||
removeDOMElement(poool_banner);
|
||||
let bottom_hide = document.querySelector('.cnt[data-poool-mode="hide"]');
|
||||
if (bottom_hide) {
|
||||
bottom_hide.removeAttribute('data-poool-mode');
|
||||
bottom_hide.removeAttribute('style');
|
||||
}
|
||||
}
|
||||
|
||||
// General Functions
|
||||
function removeDOMElement(...elements) {
|
||||
for (let element of elements) {
|
||||
|
|
|
@ -248,7 +248,6 @@
|
|||
"*://*.qiota.com/*",
|
||||
"*://*.rcsobjects.it/*",
|
||||
"*://*.repstatic.it/*",
|
||||
"*://*.swisspay.ch/*",
|
||||
"*://*.tribdss.com/*",
|
||||
"*://*.userzoom.com/*",
|
||||
"*://*.viralize.tv/*",
|
||||
|
|
Loading…
Reference in a new issue