mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 03:51:58 +01:00
Fix Helsingin Sanomat (dynamic-json)
This commit is contained in:
parent
d39f362997
commit
47249eb275
2 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,7 @@ Changelog Bypass Paywalls Clean - Firefox
|
|||
|
||||
Post-release
|
||||
Fix Business Standard
|
||||
Fix Helsingin Sanomat (dynamic-json)
|
||||
Fix Koelner Stadt-Anzeiger & Koelnische Rundschau
|
||||
Fix LesEchos.fr
|
||||
Fix Repubblica.it & LaStampa.it (videos-gtm)
|
||||
|
|
|
@ -912,6 +912,8 @@ else if (matchDomain('hs.fi')) {
|
|||
elem.setAttribute('style', 'font-style: italic;');
|
||||
}
|
||||
} else if (['m', 'u'].includes(type)) { // authors
|
||||
if (!par.includes('text:'))
|
||||
continue;
|
||||
value = par.split('text:')[1].split(',role')[0].replace(/(^"|"$)/g, '');
|
||||
if (value.length > 1) {
|
||||
elem = document.createElement('p');
|
||||
|
|
Loading…
Reference in a new issue