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 => {
|
cookie => {
|
||||||
let prefs = {};
|
let prefs = {};
|
||||||
// if (cookie) {
|
if (cookie) {
|
||||||
// prefs = JSON.parse(decodeURIComponent(cookie.value));
|
prefs = JSON.parse(decodeURIComponent(cookie.value));
|
||||||
// browser.cookies.remove({ url: instanceUrl, name: "PREFS" });
|
browser.cookies.remove({ url: instanceUrl, name: "PREFS" });
|
||||||
// }
|
}
|
||||||
|
|
||||||
prefs.local = invidiousAlwaysProxy;
|
prefs.local = invidiousAlwaysProxy;
|
||||||
prefs.dark_mode = theme;
|
prefs.dark_mode = theme;
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "LibRedirect",
|
"name": "LibRedirect",
|
||||||
"description": "A web extension that redirects popular sites to alternative privacy-friendly frontends and backends",
|
"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,
|
"manifest_version": 2,
|
||||||
"background": {
|
"background": {
|
||||||
"page": "pages/background/background.html",
|
"page": "pages/background/background.html",
|
||||||
|
|
Loading…
Reference in New Issue