Saturday, July 18, 2009

bookmarklet post fusen

javascript:(function(){var%20d=document,w=window,e=w.getSelection,k=d.getSelection,x=d.selection,s=(e?e():(k)?k():(x?x.createRange().text:0)),f='http://linoit.com/entry/bookmark',l=d.location,e=encodeURIComponent,p='?url='+e(d.URL)%20+'&title='+e(d.title)%20+'&selection='+e(s),u=f+p;l.href=u;})()

javascript:( function(){
var d = document, w = window, e = w.getSelection, k = d.getSelection, x = d.selection
var s = ( e ? e() : (k) ? k() : (x ? x.createRange().text:0))
var f = 'http://linoit.com/entry/boomark', l = d.location, e = encodeURIComponent
var p = '?url=' + e(d.URL) + '&title=' + e(d.title) + '&selection=' + e(s)
var u = f + p
l.href = u

})()

javascript:(function(){var%20d=document,ds=d.getSelection,ss=d.selection,w=window,ws=w.getSelection,sel=(ws?ws():(ds)?ds():(ss?ss.createRange().text:0)),e=encodeURIComponent,url='http://192.168.1.3:1234/bookmark/',para='url='+e(d.URL%20)+'&title='+e(d.title)%20+'&selection='+e(sel);window.open(url+para,'_window1', 'width=400,height=200,left=600px,top=50px');})();

javascript:( function(){
var d = document, ds = d.getSelection, ss = d.selection
var w = window, ws = w.getSelection
var sel = (ws ? ws() : (ds) ? ds() : (ss ? ss.createRange().text:0))
var e = encodeURIComponent
var url = 'http://192...'
var para = 'url=' + e(d.URL) + '&title=' + e(d.title) + '&selection=' + e(sel)
window.open(url + para, '_window1', 'width=400, height=200, left=600px, top=50px')
})();

No comments: