Rearrange firefox bookmarks

This commit is contained in:
Yan Lin 2025-09-17 23:34:19 +02:00
parent 88ebc45d1f
commit 7fdcce841c

View file

@ -52,6 +52,14 @@
name = "Teams"; name = "Teams";
url = "https://teams.microsoft.com/v2/"; url = "https://teams.microsoft.com/v2/";
} }
{
name = "WhatsApp";
url = "https://web.whatsapp.com/";
}
{
name = "Messager";
url = "https://www.facebook.com/messages/";
}
]; ];
} }
{ {
@ -122,15 +130,23 @@
]; ];
} }
{ {
name = "Social"; name = "Tool";
bookmarks = [ bookmarks = [
{ {
name = "WhatsApp"; name = "Translate";
url = "https://web.whatsapp.com/"; url = "https://translate.google.com/?sl=auto&tl=en&op=translate";
} }
{ {
name = "Messager"; name = "Maps";
url = "https://www.facebook.com/messages/"; url = "https://www.google.com/maps";
}
{
name = "Earth";
url = "https://www.google.com/maps";
}
{
name = "Booking";
url = "https://www.booking.com/";
} }
]; ];
} }