返回列表 发帖

[问题求助] 谁有QQ书签或百度收藏的插件

TW3.0  谢谢!

没人有吗

TOP

本帖最后由 mqlz 于 2010-4-7 12:27 编辑

如果你愿意用书签的形式,可以试试这个,可以同步到网络收藏夹,将代码保存为书签地址
添加到百度搜藏(新窗口模式)
  1. javascript:fp=document;fpa=encodeURIComponent(fp.location.href);fpt=encodeURIComponent(fp.title);fpd=encodeURIComponent(fp.selection.createRange().text);window.open('http://shuqian.qq.com/post?jumpback=2&noui=1&title='+fpt+'&uri='+fpa+'&desc='+fpd,'favit','status=1,scrollbars=1,toolbar=0,resizable=1,width=930,height=470,left='+(screen.availWidth-960)/2+',top='+(screen.availHeight-600)/2);void(0);
复制代码
http://www.baidu.com/search/cang_tools.html#n2

收藏到QQ书签(新窗口模式)
  1. javascript:{window.open('http://shuqian.qq.com/post?from=3&title='+encodeURIComponent(document.title)+'&uri='+encodeURIComponent(document.location.href)+'&jumpback=2&noui=1','favit','width=930,height=470,left=50,top=50,toolbar=no,menubar=no,location=no,scrollbars=yes,status=yes,resizable=yes');void(0)}
复制代码
http://shuqian.qq.com/help/zh_CN/tools.html

TOP

http://blog.sina.com.cn/1reed 人,就是一株芦苇罢了!

TOP

建议用世界之窗收藏夹就可以了,不同样是网络收藏夹嘛  可以同步,比qq和百度方便多了

当然如果你不用世界之窗浏览器就另谈

TOP

返回列表