改进新浪微博Bookmarklet

改进内容:

先前只会把当前页的标题(title)微博内容。。改进之后,会把选中的内容作为微博内容。

改进之后的代码:

javascript:
(function(){
  window.open('http://v.t.sina.com.cn/share/share.php?title='+encodeURIComponent(window.content.getSelection().toString())+'&url='+encodeURIComponent(location.href)+'&source=bookmark','_blank','');
}
)()

你可能感兴趣的:(职场,新浪,改进,休闲,Bookmarklet)