Release v2.0.9.1 (Kiwi browser)

Fix cookie storeId (Kiwi browser)
master
magnolia1234 2021-02-22 08:27:58 +01:00
parent 24c65da894
commit 8041fc0fd4
4 changed files with 7 additions and 2 deletions

View File

@ -1142,6 +1142,7 @@ ext_api.webRequest.onCompleted.addListener(function (details) {
if (store.tabIds.includes(tabId))
storeId = store.id;
}
storeId = storeId.toString();
var domainVar = matchUrlDomain(remove_cookies, details.url);
if ((!['main_frame', 'xmlhttprequest', 'other'].includes(details.type)) || !domainVar || !enabledSites.includes(domainVar))
return;
@ -1228,6 +1229,7 @@ ext_api.runtime.onMessage.addListener(function (message, sender) {
if (store.tabIds.includes(tabId))
storeId = store.id;
}
storeId = storeId.toString();
var domainVar = message.domain.replace('www.', '');
ext_api.cookies.getAll({
domain: domainVar,

View File

@ -3,6 +3,9 @@ Changelog Bypass Paywalls Clean - Chrome
Post-release
* v2.0.9.1 (2021-02-22)
Fix cookie storeId (Kiwi browser)
* v2.0.9.0 (2021-02-21)
Add Daily Nation (Kenya)
Add Houston Chronicle (USA)

View File

@ -464,5 +464,5 @@
"*://*.userzoom.com/*",
"*://*.wsj.net/*"
],
"version": "2.0.9.0"
"version": "2.0.9.1"
}

View File

@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
<app appid='lkbebcjgcmobigpeffafkodonchffocl'>
<updatecheck codebase='https://gitlab.com/magnolia1234/bpc-uploads/-/raw/master/bypass-paywalls-chrome-clean-2.0.9.0.crx' version='2.0.9.0' />
<updatecheck codebase='https://gitlab.com/magnolia1234/bpc-uploads/-/raw/master/bypass-paywalls-chrome-clean-2.0.9.1.crx' version='2.0.9.1' />
</app>
</gupdate>