Add SuomenSotilas.fi

merge-requests/8/head
magnolia1234 2 years ago
parent ea940f905e
commit 6c1859c5f6

@ -381,7 +381,8 @@ Grouped in options:\
Grouped in options:\
*Sanoma Media Finland* sites like (opt-in to custom sites for unlisted/regional sites)\
[Aamulehti](https://www.aamulehti.fi) -
[Helsingin Sanomat](https://www.hs.fi)
[Helsingin Sanomat](https://www.hs.fi) -
[Suomen Sotilas](https://suomensotilas.fi)
*Alma Talent* sites like\
[Arvopaperi](https://www.arvopaperi.fi) -

@ -2,6 +2,7 @@
Changelog Bypass Paywalls Clean - Firefox
Post-release
Add SuomenSotilas.fi
Add Tagesspiegel.de
Redirect Google AMP cache (opt-in to custom sites)
Update block general paywall script (limit Evolok WordPress)

@ -1060,6 +1060,12 @@ else if (matchDomain('nyteknik.se')) {
locked_article.classList.remove('locked-article');
}
else if (matchDomain('suomensotilas.fi')) {
let obscured = document.querySelector('div.epfl-pw-obscured');
if (obscured)
obscured.classList.remove('epfl-pw-obscured');
}
else
csDone = true;

@ -540,6 +540,7 @@
"*://*.sudinfo.be/*",
"*://*.sudouest.fr/*",
"*://*.sun-sentinel.com/*",
"*://*.suomensotilas.fi/*",
"*://*.svz.de/*",
"*://*.syracuse.com/*",
"*://*.tagesspiegel.de/*",

@ -1598,6 +1598,11 @@ var defaultSites = {
domain: "studocu.com",
allow_cookies: 1
},
"Suomen Sotilas": {
domain: "suomensotilas.fi",
allow_cookies: 1,
block_regex: /\/suomensotilas\.fi\/wp-content\/plugins\/epflpw\/js\/pw\.js/
},
"Tampa Bay Times": {
domain: "tampabay.com",
allow_cookies: 1,

@ -72,6 +72,16 @@
"allow_cookies": 1,
"block_regex": "\\/loader-cdn\\.azureedge\\.net\\/"
},
"Suomen Sotilas": {
"domain": "suomensotilas.fi",
"allow_cookies": 1,
"block_regex": "\\/suomensotilas\\.fi\\/wp-content\\/plugins\\/epflpw\\/js\\/pw\\.js",
"cs_code": [{
"cond": "div.epfl-pw-obscured",
"rm_class": "epfl-pw-obscured"
}
]
},
"Winnipeg Free Press": {
"domain": "winnipegfreepress.com",
"allow_cookies": 1,

Loading…
Cancel
Save