Forgot to uncomment a code. Bump version to 1.5.5
This commit is contained in:
parent
d194ace643
commit
0fdf3f4a0c
|
@ -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;
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue