mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 06:07:47 +01:00
Release v2.7.4.0
This commit is contained in:
parent
45a9e50f83
commit
eda9026741
5 changed files with 689 additions and 687 deletions
|
@ -146,7 +146,7 @@ Grouped in options:\
|
|||
[Loeb Classical Library](https://www.loebclassics.com) -
|
||||
[Philosophy Now](https://philosophynow.org) -
|
||||
[Quora](https://www.quora.com) -
|
||||
[SlideShare]https://www.slideshare.net) -
|
||||
[SlideShare](https://www.slideshare.net) -
|
||||
[Statista](https://www.statista.com)
|
||||
|
||||
##### Magazines/Blogs
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
Changelog Bypass Paywalls Clean - Firefox
|
||||
|
||||
Post-release
|
||||
|
||||
* v2.7.4.0 (2022-07-03)
|
||||
Add Beobachter.ch
|
||||
Add BQ Prime (former Bloomberg Quint)
|
||||
Add ilTirreno.it
|
||||
|
|
|
@ -3272,7 +3272,7 @@ else if (matchDomain('nzherald.co.nz')) {
|
|||
let par_html, par_dom;
|
||||
let parser = new DOMParser();
|
||||
for (let hidden_par of hidden_pars) {
|
||||
let par_html = parser.parseFromString('<div style="margin: 10px 0px; font-size: 17px">' + DOMPurify.sanitize(hidden_par.innerHTML) + '</div>', 'text/html');
|
||||
let par_html = parser.parseFromString('<div style="margin: 10px 0px; font-size: 17px; line-height: 1.6">' + DOMPurify.sanitize(hidden_par.innerHTML) + '</div>', 'text/html');
|
||||
let par_dom = par_html.querySelector('div');
|
||||
article_content.insertBefore(par_dom, hidden_par);
|
||||
}
|
||||
|
|
1366
manifest.json
1366
manifest.json
File diff suppressed because it is too large
Load diff
|
@ -2,8 +2,8 @@
|
|||
"addons": {
|
||||
"magnolia@12.34": {
|
||||
"updates": [
|
||||
{ "version": "2.7.3.0",
|
||||
"update_link": "https://gitlab.com/magnolia1234/bpc-uploads/-/raw/master/bypass_paywalls_clean-2.7.3.0.xpi" }
|
||||
{ "version": "2.7.4.0",
|
||||
"update_link": "https://gitlab.com/magnolia1234/bpc-uploads/-/raw/master/bypass_paywalls_clean-2.7.4.0.xpi" }
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue