mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-04 12:00:10 +00:00
Fix Iltalehti.fi (videos)
This commit is contained in:
parent
34909db20a
commit
4d5266112c
@ -7,6 +7,7 @@ Remove Deutsche Wirtschafts Nachrichten (fix obsolete)
|
||||
Fix Automobilwoche
|
||||
Fix Financial Times (cookie-banner)
|
||||
Fix Groupe SudOuest.fr
|
||||
Fix Iltalehti.fi (videos)
|
||||
Fix Knack.be & LeVif.be
|
||||
Fix Times of India (no amp)
|
||||
Remove block general paywall script (GoogleTagManager)
|
||||
|
@ -1328,7 +1328,8 @@ else if (matchDomain('ledevoir.com')) {
|
||||
else if (matchDomain(['lejdd.fr', 'parismatch.com'])) {
|
||||
let poool_banner = document.querySelector('#poool-container');
|
||||
let forbidden = document.querySelector('.forbidden');
|
||||
removeDOMElement(poool_banner, forbidden);
|
||||
let ads = document.querySelectorAll('div[class^="lmn-"]');
|
||||
removeDOMElement(poool_banner, forbidden, ...ads);
|
||||
let bottom_hide = document.querySelector('.cnt[data-poool-mode="hide"]');
|
||||
if (bottom_hide) {
|
||||
bottom_hide.removeAttribute('data-poool-mode');
|
||||
|
7
sites.js
7
sites.js
@ -53,7 +53,12 @@ var defaultSites = {
|
||||
"uusisuomi.fi"
|
||||
],
|
||||
allow_cookies: 1,
|
||||
useragent: "googlebot"
|
||||
useragent: "googlebot",
|
||||
exception: [{
|
||||
domain: "iltalehti.fi",
|
||||
allow_cookies: 1
|
||||
}
|
||||
]
|
||||
},
|
||||
"Alternatives Economiques": {
|
||||
domain: "alternatives-economiques.fr",
|
||||
|
@ -1,4 +1,26 @@
|
||||
{
|
||||
"Alma Talent (Finland)": {
|
||||
"domain": "###_fi_alma_talent",
|
||||
"group": [
|
||||
"arvopaperi.fi",
|
||||
"iltalehti.fi",
|
||||
"kauppalehti.fi",
|
||||
"marmai.fi",
|
||||
"mediuutiset.fi",
|
||||
"mikrobitti.fi",
|
||||
"talouselama.fi",
|
||||
"tekniikkatalous.fi",
|
||||
"tivi.fi",
|
||||
"uusisuomi.fi"
|
||||
],
|
||||
"allow_cookies": 1,
|
||||
"useragent": "googlebot",
|
||||
"exception": [{
|
||||
"domain": "iltalehti.fi",
|
||||
"allow_cookies": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
"Artforum": {
|
||||
"domain": "artforum.com",
|
||||
"new_site": 1
|
||||
|
Loading…
Reference in New Issue
Block a user