瀏覽代碼

Move search engines to bookmarks file

main
Ashton Charbonneau 1 年之前
父節點
當前提交
a3c2120f61
共有 2 個檔案被更改,包括 28 行新增24 行删除
  1. 0
    24
      README.md
  2. 28
    0
      search-engines.html

+ 0
- 24
README.md 查看文件

@@ -34,30 +34,6 @@
34 34
 	- Default
35 35
 	- Personal
36 36
 
37
-## Search Engines
38
-
39
-- Search
40
-	- Google (g | <https://www.google.ca/search?q=%s>)
41
-	- DuckDuckGo (d | <https://duckduckgo.com/?q=%s>)
42
-	- Bing (b | <https://www.bing.com/search?q=%s>)
43
-	- Yandex (yx | <https://yandex.com/search/?text=%s>)
44
-- Reference
45
-	- Google Maps (m | <https://www.google.com/maps?q=%s>)
46
-	- Translate (t | <https://translate.google.com/?sl=auto&tl=en&text=%s>)
47
-	- Wikipedia (w | <https://en.wikipedia.org/w/index.php?title=Special:Search&search=%s>)
48
-	- MDN (mdn | <https://developer.mozilla.org/search?q=%s>)
49
-	- Can I Use (ciu | <https://caniuse.com/?search=%s>)
50
-	- Arch Wiki (aw | <https://wiki.archlinux.org/index.php?title=Special:Search&search=%s>)
51
-	- Arch Man Pages (amp | <https://man.archlinux.org/search?q=%s>)
52
-- Shopping
53
-	- Amazon Canada (a | <https://www.amazon.ca/s?k=%s>)
54
-	- AliExpress (ali | <https://www.aliexpress.com/w/wholesale-search.html?SearchText=%s>)
55
-- Other
56
-	- HN (h | <https://hn.algolia.com/?query=%s>)
57
-	- YouTube (yt | <https://www.youtube.com/results?search_query=%s>)
58
-	- GitHub (gh | <https://github.com/search?q=%s>)
59
-	- Trackers
60
-
61 37
 ## Reference
62 38
 
63 39
 - <https://github.com/arkenfox/user.js>

+ 28
- 0
search-engines.html 查看文件

@@ -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>

Loading…
取消
儲存