Add Follow the Money (Ftm.eu)

merge-requests/15/head
magnolia1234 11 months ago
parent 9d1e738961
commit 9a353cee42

@ -398,7 +398,8 @@ Grouped in options:\
#### Europe
[Bloomberg Adria](https://www.bloombergadria.com) -
[EUobserver](https://euobserver.com)
[EUobserver](https://euobserver.com) -
[Follow the Money - ftm.eu](https://www.ftm.eu) -
##### United Kingdom/Ireland
[Belfast Telegraph](https://www.belfasttelegraph.co.uk) -

@ -3,6 +3,7 @@ Changelog Bypass Paywalls Clean - Firefox
Updates (install signed xpi-file): https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean/-/releases
Post-release
Add Follow the Money (Ftm.eu)
Fix LeScienze.it
Fix LeTelegramme.fr (css)
Fix The Athletic (timing)

@ -3501,6 +3501,11 @@ else if (matchDomain('fortune.com')) {
}
}
else if (matchDomain('ftm.eu')) {
let banners = document.querySelectorAll('div.banner-pp, a.readmore');
removeDOMElement(...banners);
}
else if (matchDomain('hbr.org')) {
let popup = document.querySelector('.persistent-banner');
removeDOMElement(popup);

@ -51,5 +51,5 @@
"webRequestBlocking",
"*://*/*"
],
"version": "3.2.1.1"
"version": "3.2.1.2"
}

@ -262,6 +262,7 @@
"*://*.freiepresse.de/*",
"*://*.fresnobee.com/*",
"*://*.ft.com/*",
"*://*.ftm.eu/*",
"*://*.ftm.nl/*",
"*://*.gazzetta.it/*",
"*://*.geelongadvertiser.com.au/*",
@ -756,5 +757,5 @@
"*://*.wyleex.com/*",
"*://webcache.googleusercontent.com/*"
],
"version": "3.2.1.1"
"version": "3.2.1.2"
}

@ -601,10 +601,14 @@ var defaultSites = {
"First Things": {
domain: "firstthings.com"
},
"Follow the Money (ftm.nl)": {
"Follow the Money (ftm.nl & ftm.eu)": {
domain: "ftm.nl",
group: [
"ftm.eu",
"ftm.nl"
],
allow_cookies: 1,
block_regex: /\.ftm\.nl\/js\/routing\?/
block_regex: /\.ftm\.(nl|eu)\/js\/routing\?/
},
"Forbes": {
domain: "forbes.com",

Loading…
Cancel
Save