/*
* @title bookmarklet
* @description my bookmarklet
* @include http://*
* @license MIT License
* @require
* @private
*/
d=document,w=window,e=w.getSelection,k=d.getSelection,x=d.selection,s=(e?e():(k)?k():(x?x.createRange().htmlText:0)),alert(s),alert('test')