diff --git a/home-manager/modules/firefox/config/bookmarks.nix b/home-manager/modules/firefox/config/bookmarks.nix index c5374a3..3fcedfb 100755 --- a/home-manager/modules/firefox/config/bookmarks.nix +++ b/home-manager/modules/firefox/config/bookmarks.nix @@ -487,6 +487,12 @@ in { tags = ["uncensored" "ai"]; keyword = "AI"; } + { + name = "Canadian Blood Services"; + url = "https://www.blood.ca/en"; + tags = ["canadian" "blood" "services" "give"]; + keyword = "Give"; + } { name = "Chmod Calculator"; url = "https://chmod-calculator.com/"; @@ -559,12 +565,6 @@ in { tags = ["proof" "tree" "logic" "academic"]; keyword = "Logic"; } - { - name = "PubMed"; - url = "https://pubmed.ncbi.nlm.nih.gov/"; - tags = ["pub" "pubmed" "science" "research" "academic"]; - keyword = "Pub"; - } { name = "RhymeZone"; url = "https://www.rhymezone.com/";