Advertisement
acegiak

Untitled

Feb 11th, 2015
438
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. javascript:(function()%7Bfunction getSelectionHtml() %7Bvar html %3D ""%3Bif (typeof window.getSelection !%3D "undefined") %7Bvar sel %3D window.getSelection()%3Bif (sel.rangeCount) %7Bvar container %3D document.createElement("div")%3Bfor (var i %3D 0%2C len %3D sel.rangeCount%3B i < len%3B %2B%2Bi) %7Bcontainer.appendChild(sel.getRangeAt(i).cloneContents())%3B%7Dhtml %3D container.innerHTML%3B%7D%7D else if (typeof document.selection !%3D "undefined") %7Bif (document.selection.type %3D%3D "Text") %7Bhtml %3D document.selection.createRange().htmlText%3B%7D%7Dreturn html%3B%7Dvar aurl %3D "http%3A%2F%2Facegiak.net%2Fwp-admin%2Fpost-new.php%3Fresponse_url%3D"%2BencodeURIComponent(document.URL)%2B"%26response_title%3D"%2BencodeURIComponent(document.title)%2B"%26response_content%3D"%2BencodeURIComponent(getSelectionHtml())%3Bwindow.open(aurl%2C"newpostwindow"%2C"height%3D768%2Cwidth%3D1024")%7D)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement