mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 07:27:48 +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) -
|
[Loeb Classical Library](https://www.loebclassics.com) -
|
||||||
[Philosophy Now](https://philosophynow.org) -
|
[Philosophy Now](https://philosophynow.org) -
|
||||||
[Quora](https://www.quora.com) -
|
[Quora](https://www.quora.com) -
|
||||||
[SlideShare]https://www.slideshare.net) -
|
[SlideShare](https://www.slideshare.net) -
|
||||||
[Statista](https://www.statista.com)
|
[Statista](https://www.statista.com)
|
||||||
|
|
||||||
##### Magazines/Blogs
|
##### Magazines/Blogs
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
Changelog Bypass Paywalls Clean - Firefox
|
Changelog Bypass Paywalls Clean - Firefox
|
||||||
|
|
||||||
Post-release
|
Post-release
|
||||||
|
|
||||||
|
* v2.7.4.0 (2022-07-03)
|
||||||
Add Beobachter.ch
|
Add Beobachter.ch
|
||||||
Add BQ Prime (former Bloomberg Quint)
|
Add BQ Prime (former Bloomberg Quint)
|
||||||
Add ilTirreno.it
|
Add ilTirreno.it
|
||||||
|
|
|
@ -3272,7 +3272,7 @@ else if (matchDomain('nzherald.co.nz')) {
|
||||||
let par_html, par_dom;
|
let par_html, par_dom;
|
||||||
let parser = new DOMParser();
|
let parser = new DOMParser();
|
||||||
for (let hidden_par of hidden_pars) {
|
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');
|
let par_dom = par_html.querySelector('div');
|
||||||
article_content.insertBefore(par_dom, hidden_par);
|
article_content.insertBefore(par_dom, hidden_par);
|
||||||
}
|
}
|
||||||
|
|
|
@ -688,5 +688,5 @@
|
||||||
"*://*.wsj.net/*",
|
"*://*.wsj.net/*",
|
||||||
"*://webcache.googleusercontent.com/*"
|
"*://webcache.googleusercontent.com/*"
|
||||||
],
|
],
|
||||||
"version": "2.7.3.8"
|
"version": "2.7.4.0"
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
"addons": {
|
"addons": {
|
||||||
"magnolia@12.34": {
|
"magnolia@12.34": {
|
||||||
"updates": [
|
"updates": [
|
||||||
{ "version": "2.7.3.0",
|
{ "version": "2.7.4.0",
|
||||||
"update_link": "https://gitlab.com/magnolia1234/bpc-uploads/-/raw/master/bypass_paywalls_clean-2.7.3.0.xpi" }
|
"update_link": "https://gitlab.com/magnolia1234/bpc-uploads/-/raw/master/bypass_paywalls_clean-2.7.4.0.xpi" }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue