我一直使用baidu搜藏作为网络书签,配合pentadactyl使用很爽,在.pentadactylrc中增加
- javascript <<EOF
-
makecang = function() {
-
var u=buffer.URL;
-
var t=buffer.title;
-
cangurl=""+encodeURIComponent(t)+"&iu="+encodeURIComponent(u);
-
dactyl.execute('tabopen '+cangurl );
-
}
-
EOF
-
"content.document.getElementByid("tn").focus();
-
-
" sc 会把当前网页存入百度搜藏
-
map sc -js makecang()
- " 让光标自动进入分类输入框
-
autocmd DOMLoad 'cang.baidu.com/do/add?' : 4gi
-
autocmd PageLoad '' : gi
阅读(1063) | 评论(0) | 转发(0) |