mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 04:01:58 +01:00
Release v1.8.1.0
This commit is contained in:
parent
f5cbd129df
commit
42efd8dbff
6 changed files with 17 additions and 7 deletions
|
@ -351,7 +351,7 @@ ext_api.storage.onChanged.addListener(function (changes, namespace) {
|
|||
active: true,
|
||||
currentWindow: true
|
||||
}, function (tabs) {
|
||||
if (tabs[0].url && tabs[0].url.indexOf("http") !== -1) {
|
||||
if (tabs.length > 0 && tabs[0].url && tabs[0].url.indexOf("http") !== -1) {
|
||||
ext_api.tabs.update(tabs[0].id, {
|
||||
url: tabs[0].url
|
||||
});
|
||||
|
|
|
@ -1,6 +1,16 @@
|
|||
|
||||
Changelog Bypass Paywalls Clean - Firefox
|
||||
|
||||
* v1.8.1.0 (2020-08-16)
|
||||
Add Australian Provincial Newspapers (daily)
|
||||
Add NoordhollandsDagblad.nl
|
||||
Fix-update elMercurio (modals)
|
||||
Fix-update MIT Sloan Management Review (modal)
|
||||
Fix-update TheSaturdayPaper.com.au
|
||||
Fix-update WSJ (disable Chinese amp-redirect)
|
||||
Update custom sites (auto-enable in options)
|
||||
Update installation instructions
|
||||
|
||||
* v1.8.0.0 (2020-07-26)
|
||||
Add CharlieHebdo.fr
|
||||
Add La Segunda (Chile)
|
||||
|
|
|
@ -296,5 +296,5 @@
|
|||
"webRequest",
|
||||
"webRequestBlocking"
|
||||
],
|
||||
"version": "1.8.0.0"
|
||||
"version": "1.8.1.0"
|
||||
}
|
|
@ -40,5 +40,5 @@
|
|||
"webRequest",
|
||||
"webRequestBlocking"
|
||||
],
|
||||
"version": "1.8.0.0"
|
||||
"version": "1.8.1.0"
|
||||
}
|
|
@ -2,8 +2,8 @@
|
|||
"addons": {
|
||||
"magnolia@12.34": {
|
||||
"updates": [
|
||||
{ "version": "1.8.0.0",
|
||||
"update_link": "https://bitbucket.org/magnolia1234/bypass-paywalls-firefox-clean/downloads/bypass_paywalls_clean-1.8.0.0.xpi" }
|
||||
{ "version": "1.8.1.0",
|
||||
"update_link": "https://bitbucket.org/magnolia1234/bypass-paywalls-firefox-clean/downloads/bypass_paywalls_clean-1.8.1.0.xpi" }
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
"addons": {
|
||||
"magnolia_limited_permissions@12.34": {
|
||||
"updates": [
|
||||
{ "version": "1.8.0.0",
|
||||
"update_link": "https://bitbucket.org/magnolia1234/bypass-paywalls-firefox-clean/downloads/bypass_paywalls_clean_lp-1.8.0.0.xpi" }
|
||||
{ "version": "1.8.1.0",
|
||||
"update_link": "https://bitbucket.org/magnolia1234/bypass-paywalls-firefox-clean/downloads/bypass_paywalls_clean_lp-1.8.1.0.xpi" }
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue