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