Firefox: Remove bookmarks.
This commit is contained in:
parent
91dfde111c
commit
3de3fad1bc
|
@ -6,15 +6,7 @@
|
||||||
...
|
...
|
||||||
}@args:
|
}@args:
|
||||||
let
|
let
|
||||||
bookmarks = [
|
bookmarks = [ (mkBookmark "Dashboard" "https://home.voronind.com") ];
|
||||||
(mkBookmark "Dashboard" "https://home.voronind.com")
|
|
||||||
(mkBookmark "Watch" "https://watch.voronind.com")
|
|
||||||
(mkBookmark "Telegram" "https://web.telegram.org/a")
|
|
||||||
(mkBookmark "Mail" "https://mail.voronind.com")
|
|
||||||
(mkBookmark "Git" "https://git.voronind.com")
|
|
||||||
(mkBookmark "Hass" "https://iot.voronind.com")
|
|
||||||
(mkBookmark "GitHub" "https://github.com/notifications")
|
|
||||||
];
|
|
||||||
|
|
||||||
searchEngines = [
|
searchEngines = [
|
||||||
(mkSearchEngine "4p" "4pda"
|
(mkSearchEngine "4p" "4pda"
|
||||||
|
|
|
@ -38,6 +38,7 @@ let
|
||||||
(mkLink "2gis" "fa-map-location-dot" "https://2gis.ru")
|
(mkLink "2gis" "fa-map-location-dot" "https://2gis.ru")
|
||||||
(mkLink "MonkeyType" "fa-keyboard" "https://monkeytype.com")
|
(mkLink "MonkeyType" "fa-keyboard" "https://monkeytype.com")
|
||||||
(mkLink "Reddit" "fab fa-reddit" "https://reddit.com")
|
(mkLink "Reddit" "fab fa-reddit" "https://reddit.com")
|
||||||
|
(mkLink "Telegram" "fab fa-telegram" "https://web.telegram.org/a")
|
||||||
(mkLink "Toolbox" "fa-toolbox" "https://it-tools.tech")
|
(mkLink "Toolbox" "fa-toolbox" "https://it-tools.tech")
|
||||||
(mkLink "Zigbee" "fa-satellite-dish" "https://zigbee.blakadder.com")
|
(mkLink "Zigbee" "fa-satellite-dish" "https://zigbee.blakadder.com")
|
||||||
])
|
])
|
||||||
|
|
Loading…
Reference in a new issue