mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 05:27:48 +01:00
Fix-update Toronto Star (author)
This commit is contained in:
parent
8851826011
commit
8a0fd7d3d5
3 changed files with 3 additions and 2 deletions
|
@ -6,6 +6,7 @@ Add La Vanguardia (Spain)
|
|||
Fix-update Belfast Telegraph/Independent.ie (amp)
|
||||
Fix-update Gestion & El Comercio (Peru)
|
||||
Fix-update SeekingAlpha (amp)
|
||||
Fix-update Toronto Star (author)
|
||||
Update hold on to consent-cookie
|
||||
|
||||
* v2.0.1.0 (2020-12-27)
|
||||
|
|
|
@ -623,7 +623,7 @@ else if (matchDomain("thestar.com")) {
|
|||
endnote_html = parser.parseFromString('<div class="author-endnote-container" data-lpos="article|author|bottom">' +
|
||||
(elem.authorPageUrl ? '<a class="author-endnote-container__author-img-link" href="' + elem.authorPageUrl + '">' +
|
||||
'<div class="c-author-badge author-endnote-container__author-img">' : '') +
|
||||
((elem.author.photo === undefined) ? '<img class="c-author-badge__img" src="' + elem.author.photo.sizes['1:1'].small + '" alt="' + elem.author.author + '"/></div></a>' : '') +
|
||||
((elem.author.photo !== undefined) ? '<img class="c-author-badge__img" src="' + elem.author.photo.sizes['1:1'].small + '" alt="' + elem.author.author + '"/></div></a>' : '') +
|
||||
'<div>' + elem.text + '</div></div>', 'text/html');
|
||||
} else
|
||||
endnote_html = parser.parseFromString('<div><p>' + elem.text + '</p></div>', 'text/html');
|
||||
|
|
|
@ -415,5 +415,5 @@
|
|||
"*://*.repstatic.it/*",
|
||||
"*://*.userzoom.com/*"
|
||||
],
|
||||
"version": "2.0.1.5"
|
||||
"version": "2.0.1.6"
|
||||
}
|
Loading…
Reference in a new issue