|
@@ -0,0 +1,28 @@
|
|
1
|
+<!DOCTYPE NETSCAPE-Bookmark-file-1>
|
|
2
|
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
|
|
3
|
+<meta http-equiv="Content-Security-Policy"
|
|
4
|
+ content="default-src 'self'; script-src 'none'; img-src data: *; object-src 'none'"></meta>
|
|
5
|
+<TITLE>Bookmarks</TITLE>
|
|
6
|
+<H1>Bookmarks Menu</H1>
|
|
7
|
+
|
|
8
|
+<DL><p>
|
|
9
|
+ <DT><H3>Search Engines</H3>
|
|
10
|
+ <DL><p>
|
|
11
|
+ <DT><A HREF="https://www.google.ca/search?q=%s" SHORTCUTURL="g" TAGS="search">Google</A>
|
|
12
|
+ <DT><A HREF="https://duckduckgo.com/?q=%s" SHORTCUTURL="d" TAGS="search">DuckDuckGo</A>
|
|
13
|
+ <DT><A HREF="https://www.bing.com/search?q=%s" ICON_URI="https://www.bing.com/sa/simg/favicon-trans-bg-blue-mg.ico" SHORTCUTURL="b" TAGS="search">Bing</A>
|
|
14
|
+ <DT><A HREF="https://yandex.com/search/?text=%s" SHORTCUTURL="yx" TAGS="search">Yandex</A>
|
|
15
|
+ <HR> <DT><A HREF="https://www.amazon.ca/s?k=%s" SHORTCUTURL="a" TAGS="search">Amazon</A>
|
|
16
|
+ <DT><A HREF="https://www.aliexpress.com/w/wholesale-search.html?SearchText=%s" SHORTCUTURL="ali" TAGS="search">AliExpress</A>
|
|
17
|
+ <HR> <DT><A HREF="https://www.google.com/maps/search/%s" ICON_URI="https://www.google.com/favicon.ico" SHORTCUTURL="m" TAGS="search">Google Maps</A>
|
|
18
|
+ <DT><A HREF="https://translate.google.com/?sl=auto&tl=en&text=%s" ICON_URI="https://ssl.gstatic.com/translate/favicon.ico" SHORTCUTURL="t" TAGS="search">Translate</A>
|
|
19
|
+ <DT><A HREF="https://en.wikipedia.org/w/index.php?title=Special:Search&search=%s" ICON_URI="https://en.wikipedia.org/static/favicon/wikipedia.ico" SHORTCUTURL="w" TAGS="search">Wikipedia</A>
|
|
20
|
+ <HR> <DT><A HREF="https://developer.mozilla.org/search?q=%s" ICON_URI="https://developer.mozilla.org/favicon-48x48.cbbd161b.png" SHORTCUTURL="mdn" TAGS="search">MDN</A>
|
|
21
|
+ <DT><A HREF="https://caniuse.com/?search=%s" ICON_URI="https://caniuse.com/img/favicon-128.png" SHORTCUTURL="ciu" TAGS="search">Can I Use</A>
|
|
22
|
+ <DT><A HREF="https://wiki.archlinux.org/index.php?title=Special:Search&search=%s" SHORTCUTURL="aw" TAGS="search">Arch Wiki</A>
|
|
23
|
+ <DT><A HREF="https://man.archlinux.org/search?q=%s" ICON_URI="https://man.archlinux.org/static/archlinux-common/favicon.29302f683ff8.ico" SHORTCUTURL="man" TAGS="search">Arch Man Pages</A>
|
|
24
|
+ <HR> <DT><A HREF="https://hn.algolia.com/?query=%s" SHORTCUTURL="h" TAGS="search">HN Search</A>
|
|
25
|
+ <DT><A HREF="https://www.youtube.com/results?search_query=%s" ICON_URI="https://www.youtube.com/s/desktop/78ebd189/img/favicon.ico" SHORTCUTURL="y" TAGS="search">YouTube</A>
|
|
26
|
+ <DT><A HREF="https://github.com/search?q=%s" SHORTCUTURL="gh" TAGS="search">GitHub</A>
|
|
27
|
+ </DL><p>
|
|
28
|
+</DL>
|