Remove Finance.si (obsolete)

merge-requests/2/head
magnolia1234 3 years ago
parent 1c63bc29ec
commit 8ef306d471

@ -411,9 +411,6 @@ Mediahuis Nederland Regional sites like
##### Russia
[Republic.ru](https://republic.ru)
##### Slovenia
[Finance.si](https://www.finance.si)
##### Spain
[ABC](https://www.abc.es) -
[Diario de Ibiza](https://www.diariodeibiza.es) -

@ -72,7 +72,6 @@ var allow_cookies_default = [
'eurekareport.com.au',
'expansion.com',
'faz.net',
'finance.si',
'financialpost.com',
'ftm.nl',
'fortune.com',
@ -213,7 +212,6 @@ var use_google_bot_default = [
'elmercurio.com',
'euobserver.com',
'eurekareport.com.au',
'finance.si',
'ft.com',
'handelsblatt.com',
'hilltimes.com',

@ -2,6 +2,7 @@
Changelog Bypass Paywalls Clean - Firefox
Post-release
Remove Finance.si (obsolete)
Fix blocked referer
Update custom sites (set useragent Bingbot)

@ -208,10 +208,12 @@ else {
} else if (par.kind === 'inline') {
if (par.asset.kind === 'image') {
article = article + '<figure><img src="' + par.asset.original.reference + '" style="width:100%">';
article = article + '<figcaption>' +
par.asset.captionText + ' ' + par.asset.copyrightByline +
((par.asset.copyrightCredit && par.asset.captionText !== par.asset.copyrightByline) ? '/' + par.asset.copyrightCredit : '') +
'<figcaption></figure>';
if (par.asset.captionText)
article = article + '<figcaption>' +
par.asset.captionText + ' ' + par.asset.copyrightByline +
((par.asset.copyrightCredit && par.asset.captionText !== par.asset.copyrightByline) ? '/' + par.asset.copyrightCredit : '') +
'<figcaption>';
article = article + '</figure>';
}
} else {
article = article + '<p>' + par.text + '</p>';

@ -166,7 +166,6 @@
"*://*.farodevigo.es/*",
"*://*.faz.net/*",
"*://*.fd.nl/*",
"*://*.finance.si/*",
"*://*.financialpost.com/*",
"*://*.firstthings.com/*",
"*://*.fnlondon.com/*",
@ -529,5 +528,5 @@
"*://*.wallkit.net/*",
"*://*.wsj.net/*"
],
"version": "2.2.6.2"
"version": "2.2.6.3"
}

@ -73,7 +73,6 @@ var defaultSites =
"Exame": "exame.com",
"Expansión": "expansion.com",
"Faro de Vigo": "farodevigo.es",
"Finance.si": "finance.si",
"Financial News": "fnlondon.com",
"Financial Post": "financialpost.com",
"Financial Times (not Chinese)": "ft.com",

Loading…
Cancel
Save