Add few more bookmarks

This commit is contained in:
Yan Lin 2025-08-01 00:19:05 +02:00
parent 03ad42556d
commit b760b41b09
2 changed files with 15 additions and 3 deletions

View file

@ -10,8 +10,12 @@
url = "https://link.nas.yanlincs.com"; url = "https://link.nas.yanlincs.com";
} }
{ {
name = "RSS"; name = "Perplexity";
url = "https://rss.nas.yanlincs.com"; url = "https://www.perplexity.ai/";
}
{
name = "Claude";
url = "https://claude.ai";
} }
{ {
name = "Overleaf"; name = "Overleaf";
@ -46,6 +50,10 @@
} }
]; ];
} }
{
name = "RSS";
url = "https://rss.nas.yanlincs.com";
}
{ {
name = "My Home"; name = "My Home";
url = "https://home.nas.yanlincs.com/lovelace/0"; url = "https://home.nas.yanlincs.com/lovelace/0";
@ -91,4 +99,4 @@
]; ];
} }
]; ];
} }

View file

@ -127,6 +127,10 @@
"extensions.formautofill.addresses.enabled" = false; "extensions.formautofill.addresses.enabled" = false;
"extensions.formautofill.creditCards.enabled" = false; "extensions.formautofill.creditCards.enabled" = false;
"extensions.formautofill.heuristics.enabled" = false; "extensions.formautofill.heuristics.enabled" = false;
# Hide UI elements
"browser.tabs.firefox-view" = false;
"identity.fxaccounts.enabled" = false;
}; };
}; };
}; };