TA的每日心情 | 擦汗 2023-9-2 09:16 |
---|
签到天数: 1103 天 [LV.10]以坛为家III
|
本帖最后由 spoony1971 于 2014-2-21 21:35 编辑 . _" _3 K; q+ X. _( d4 |
8 Z; x" L! p# B8 g/ i/ o1 T效果:, O! D( i, ^3 }2 a$ f7 \' ^& v$ H
地址栏内(CTRL-L可直接跳到地址栏)打入: m word #查询韦氏在线字典
; d1 U' _4 R" y" I: Y ks word #查询金山在线字典
9 P1 y3 u6 {" |9 B9 }) Q! u yd word #查询有道字典' _/ c# ~5 I7 Y; S- t$ |& s% x
t message #发送twitter信息
* u3 P. @9 S$ D: t% }7 {/ }7 @, V6 H
方法:将下面代码存为bookmark.html,作为书签合并到浏览器中。firefox中测试成功。chrome和IE中类似方法也可,但本人没测试。3 l7 U. ^0 Z/ l% k# F
代码中提供的地址为:g bd b w 等搜索引擎,上述字典大家可按格式修改。- <!DOCTYPE NETSCAPE-Bookmark-file-1>
1 \0 v8 @4 D# R' u3 _" N1 a& [& p - <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">9 W1 S, T( X; U. B7 n5 t' F! U
- <TITLE>Bookmarks</TITLE>
4 G" j7 J' e0 J k - <H1>Bookmarks Menu</H1>9 C4 C6 u; m3 W
- ! l( N. ^: M5 h- {
- <DL><p>% _! \- A! d8 O8 a2 ?* [5 O
- <DT><H3>shortcuts</H3>
m; p2 x# `! B( @ - <DL><p>
5 `- I7 j+ P: W: o - <DT><A HREF="http://www.merriam-webster.com/dictionary/%s" SHORTCUTURL="m">Webster</A>6 W% b! M: j0 s w
- <DT><A HREF="https://www.google.com.hk/search?q=%s" SHORTCUTURL="g">google</A>, i& m4 b1 _) A/ B; [# d3 F' n
- <DT><A HREF="http://www.baidu.com/s?wd=%s" SHORTCUTURL="bd">baidu</A>' w. ?) }9 c- V% u) X% H
- <DT><A HREF="http://cn.bing.com/search?q=%s" SHORTCUTURL="b">bing</A>5 c) @6 H0 c0 s1 f8 s" o
- <DT><A HREF="http://en.wikipedia.org/wiki/%s" SHORTCUTURL="w">wikipedia</A># N, b2 ^9 X7 G1 U, ` ]! { N
- </DL><p>
O# R: Z) t' f1 Y) k( N; }* A F - <HR></DL><p>
复制代码 |
|