返回列表 发帖

[交流] 谁帮忙做个soup.io收藏插件

谁帮忙做个soup.io收藏插件,下面是ie下的收藏文件的代码。网站地址www.soup.io

javascript:var%20d=document,w=window,di=d.images,dom=d.location.href.match(/(.*)\/.*$/)[1],i='';for(var%20n=0;n<di.length;n++){if(di[n].offsetWidth*di[n].offsetHeight>70*70)i+=di[n].src.replace(dom,%20'@@')+'|'+di[n].offsetWidth+'|'+di[n].offsetHeight+',';}var%20s1=w.getSelection,s2=d.getSelection,s3=d.selection,sel=s1?s1():s2?s2():s3?s3.createRange().text:'';var%20e=encodeURIComponent,u='http://www.soup.io/bookmarklet',q='?v=4&u='+e(d.location.href)+'&t='+e(d.title)+'&s='+e(sel)+'&dom='+e(dom)+'&i='+e(i),r=u+q,x=function(){if(!w.open(r,'soup','toolbar=0,resizable=1,scrollbars=yes,status=1,width=450,height=400'))location.href=r};if(/Firefox/.test(navigator.userAgent)){setTimeout(x,0)}else{x()}void(0);


不行。书签点了没有反应!

TOP

连美味书签的那个书签点了也没反应。不知道是不是出什么问题了。

TOP

返回列表