mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-04 12:00:10 +00:00
Fix Financial News (London)
This commit is contained in:
parent
eedf91d693
commit
af8a06a87e
@ -217,6 +217,7 @@ var use_google_bot_default = [
|
||||
'elmercurio.com',
|
||||
'euobserver.com',
|
||||
'eurekareport.com.au',
|
||||
'fnlondon.com',
|
||||
'ft.com',
|
||||
'handelsblatt.com',
|
||||
'hilltimes.com',
|
||||
|
@ -2,6 +2,7 @@
|
||||
Changelog Bypass Paywalls Clean - Firefox
|
||||
|
||||
Post-release
|
||||
Fix Financial News (London)
|
||||
Update remove cookies (faster)
|
||||
|
||||
* v2.3.0.1 (2021-07-26)
|
||||
|
@ -1784,6 +1784,12 @@ else if (matchDomain('cen.acs.org')) {
|
||||
});
|
||||
}
|
||||
|
||||
else if (matchDomain('csmonitor.com')) {
|
||||
let paywall = document.querySelector('div.paywall');
|
||||
console.log(paywall);
|
||||
removeDOMElement(paywall);
|
||||
}
|
||||
|
||||
else if (matchDomain('discovermagazine.com')) {
|
||||
window.setTimeout(function () {
|
||||
let mammoth = document.querySelector('.iXVGnF');
|
||||
|
@ -538,5 +538,5 @@
|
||||
"*://*.wallkit.net/*",
|
||||
"*://*.wsj.net/*"
|
||||
],
|
||||
"version": "2.3.0.2"
|
||||
"version": "2.3.0.3"
|
||||
}
|
2
sites.js
2
sites.js
@ -73,7 +73,7 @@ var defaultSites =
|
||||
"Exame": "exame.com",
|
||||
"Expansión": "expansion.com",
|
||||
"Faro de Vigo": "farodevigo.es",
|
||||
"Financial News": "fnlondon.com",
|
||||
"Financial News (London)": "fnlondon.com",
|
||||
"Financial Post": "financialpost.com",
|
||||
"Financial Times (not Chinese)": "ft.com",
|
||||
"Financieele Dagblad (fd.nl)": "fd.nl",
|
||||
|
Loading…
Reference in New Issue
Block a user