Fix Financial News (London)

master
magnolia1234 2021-07-28 18:32:55 +02:00
parent c5b919ad51
commit a930d2709d
6 changed files with 11 additions and 3 deletions

View File

@ -217,6 +217,7 @@ var use_google_bot_default = [
'elmercurio.com',
'euobserver.com',
'eurekareport.com.au',
'fnlondon.com',
'ft.com',
'handelsblatt.com',
'hilltimes.com',

View File

@ -2,6 +2,7 @@
Changelog Bypass Paywalls Clean - Chrome
Post-release
Fix Financial News (London)
Update remove cookies (faster)
* v2.3.0.1 (2021-07-26)

View File

@ -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');

View File

@ -38,5 +38,5 @@
"webRequestBlocking",
"<all_urls>"
],
"version": "2.3.0.2"
"version": "2.3.0.3"
}

View File

@ -526,5 +526,5 @@
"*://*.wallkit.net/*",
"*://*.wsj.net/*"
],
"version": "2.3.0.2"
"version": "2.3.0.3"
}

View File

@ -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",