Forgot to uncomment a code. Bump version to 1.5.5

This commit is contained in:
ManeraKai 2022-03-17 18:12:31 +03:00
parent d194ace643
commit 0fdf3f4a0c
No known key found for this signature in database
GPG Key ID: 5ABC31FFD562E337
2 changed files with 5 additions and 5 deletions

View File

@ -578,10 +578,10 @@ function initInvidiousCookies() {
},
cookie => {
let prefs = {};
// if (cookie) {
// prefs = JSON.parse(decodeURIComponent(cookie.value));
// browser.cookies.remove({ url: instanceUrl, name: "PREFS" });
// }
if (cookie) {
prefs = JSON.parse(decodeURIComponent(cookie.value));
browser.cookies.remove({ url: instanceUrl, name: "PREFS" });
}
prefs.local = invidiousAlwaysProxy;
prefs.dark_mode = theme;

View File

@ -1,7 +1,7 @@
{
"name": "LibRedirect",
"description": "A web extension that redirects popular sites to alternative privacy-friendly frontends and backends",
"version": "1.5.4",
"version": "1.5.5",
"manifest_version": 2,
"background": {
"page": "pages/background/background.html",