Release v1.8.1.0

This commit is contained in:
magnolia1234 2020-08-16 21:54:02 +02:00
parent f5cbd129df
commit 42efd8dbff
6 changed files with 17 additions and 7 deletions

View file

@ -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
});

View file

@ -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)

View file

@ -296,5 +296,5 @@
"webRequest",
"webRequestBlocking"
],
"version": "1.8.0.0"
"version": "1.8.1.0"
}

View file

@ -40,5 +40,5 @@
"webRequest",
"webRequestBlocking"
],
"version": "1.8.0.0"
"version": "1.8.1.0"
}

View file

@ -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" }
]
}
}

View file

@ -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" }
]
}
}