mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-02 15:40:13 +00:00
Add LimesOnline (it/en)
This commit is contained in:
parent
3b9dafff4f
commit
9c47a1761a
@ -216,7 +216,8 @@ So don't update to Firefox 79 or use F-droid's [Fennec-release](https://f-droid.
|
||||
[Il Messaggero](https://www.ilmessaggero.it) -
|
||||
[La Repubblica](https://www.repubblica.it) -
|
||||
[La Stampa](https://www.lastampa.it) -
|
||||
[Le Scienze](https://www.lescienze.it)
|
||||
[Le Scienze](https://www.lescienze.it) -
|
||||
[LimesOnline (it/en)](https://www.limesonline.com)
|
||||
##### Netherlands/Flanders
|
||||
[Algemeen Dagblad](https://www.ad.nl) and regional ADR sites like
|
||||
[BN DeStem](https://www.bndestem.nl) -
|
||||
|
@ -45,6 +45,7 @@ var allow_cookies = [
|
||||
'knack.be',
|
||||
'lc.nl',
|
||||
'lesoir.be',
|
||||
'limesonline.com',
|
||||
'lrb.co.uk',
|
||||
'mexiconewsdaily.com',
|
||||
'modernhealthcare.com',
|
||||
@ -179,6 +180,7 @@ var blockedRegexes = {
|
||||
'lejdd.fr': /.+\.poool\.fr\/.+/,
|
||||
'leparisien.fr': /.+\.tinypass\.com\/.+/,
|
||||
'lesechos.fr': /.+\.tinypass\.com\/.+/,
|
||||
'limesonline.com': /scripts\.repubblica\.it\/pw\/pw\.js.+/,
|
||||
'livemint.com': /(.+\.livemint\.com\/js\/localWorker\.js|analytics\.htmedia\.in\/analytics-js\/.+\.js)/,
|
||||
'lopinion.fr': /.+\.poool\.fr\/.+/,
|
||||
'lrb.co.uk': /.+\.tinypass\.com\/.+/,
|
||||
|
@ -1005,6 +1005,14 @@ else if (matchDomain("noordhollandsdagblad.nl")) {
|
||||
}, 500); // Delay (in milliseconds)
|
||||
}
|
||||
|
||||
else if (matchDomain("limesonline.com")) {
|
||||
window.setTimeout(function () {
|
||||
let url = window.location.href;
|
||||
if (url.includes('prv=true'))
|
||||
window.location.href = new URL(url).pathname;
|
||||
}, 500); // Delay (in milliseconds)
|
||||
}
|
||||
|
||||
// General Functions
|
||||
function removeDOMElement(...elements) {
|
||||
for (let element of elements) {
|
||||
|
@ -152,6 +152,7 @@
|
||||
"*://*.lesechos.fr/*",
|
||||
"*://*.lesoir.be/*",
|
||||
"*://*.liberation.fr/*",
|
||||
"*://*.limesonline.com/*",
|
||||
"*://*.livemint.com/*",
|
||||
"*://*.loebclassics.com/*",
|
||||
"*://*.lopinion.fr/*",
|
||||
|
1
sites.js
1
sites.js
@ -89,6 +89,7 @@ var defaultSites =
|
||||
"Leeuwarder Courant": "lc.nl",
|
||||
"Les Échos": "lesechos.fr",
|
||||
"Libération (free articles only)": "liberation.fr",
|
||||
"LimesOnline": "limesonline.com",
|
||||
"LiveMint": "livemint.com",
|
||||
"Loeb Classical Library": "loebclassics.com",
|
||||
"London Review of Books": "lrb.co.uk",
|
||||
|
Loading…
Reference in New Issue
Block a user