Remove Finance.si (obsolete)
This commit is contained in:
parent
a548509b37
commit
c3266f164c
@ -445,9 +445,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 - Chrome
|
||||
|
||||
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>';
|
||||
|
@ -30,5 +30,5 @@
|
||||
"webRequestBlocking",
|
||||
"<all_urls>"
|
||||
],
|
||||
"version": "2.2.6.2"
|
||||
"version": "2.2.6.3"
|
||||
}
|
@ -154,7 +154,6 @@
|
||||
"*://*.farodevigo.es/*",
|
||||
"*://*.faz.net/*",
|
||||
"*://*.fd.nl/*",
|
||||
"*://*.finance.si/*",
|
||||
"*://*.financialpost.com/*",
|
||||
"*://*.firstthings.com/*",
|
||||
"*://*.fnlondon.com/*",
|
||||
@ -517,5 +516,5 @@
|
||||
"*://*.wallkit.net/*",
|
||||
"*://*.wsj.net/*"
|
||||
],
|
||||
"version": "2.2.6.2"
|
||||
"version": "2.2.6.3"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user