-
-
Save JT5D/8081144 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| javascript:(function(e,a,g,h,f,c,b,d)%7Bif(!(f%3De.jQuery)%7C%7Cg>f.fn.jquery%7C%7Ch(f))%7Bc%3Da.createElement("script")%3Bc.type%3D"text/javascript"%3Bc.src%3D"http://ajax.googleapis.com/ajax/libs/jquery/"%2Bg%2B"/jquery.min.js"%3Bc.onload%3Dc.onreadystatechange%3Dfunction()%7Bif(!b%26%26(!(d%3Dthis.readyState)%7C%7Cd%3D%3D"loaded"%7C%7Cd%3D%3D"complete"))%7Bh((f%3De.jQuery).noConflict(1),b%3D1)%3Bf(c).remove()%7D%7D%3Ba.documentElement.childNodes%5B0%5D.appendChild(c)%7D%7D)(window,document,"1.7",function(%24,L)%7B%24(document).ready(function()%7Bvar collection%3D%5B%5D%3B%24("div,table,article,section,aside").on("mouseover mouseout click",function(a)%7Ba.type%3D%3D%3D"mouseover"%3F%24(this).css(%7Boutline:"1px solid red"%7D):%24("div,table,article,section,aside").css(%7Boutline:"none"%7D)%3Bif(a.type%3D%3D%3D"click")%7Ba.preventDefault()%3Bvar i,linkage%3D%24(this).find(%27a%27)%3Blinkage.each(function(i,link)%7Bvar linktext%3D%24(link).text()%3D%3D%3Dundefined%3F%24(link).attr(%27href%27):%24(link).text()%3Bcollection.push(%5B"-%5B"%2Blinktext%2B"%5D("%2B%24(link).attr(%27href%27)%2B")"%5D)%3B%7D)%3B%24(%27<div>%27).css(%7Bposition:%27fixed%27,top:%270%27,left:%270%27,right:%270%27,bottom:%270%27,overflow:%27auto%27,backgroundColor:%27%23efefef%27,color:%27%23333%27,zIndex:%2799999%27%7D).append(%24(%27<pre id%3D"linkoutput">%27).css(%27padding%27,%2720px%27).text(collection.join("%5Cn"))).appendTo(%27body%27).click(function()%7Bvar doc%3Ddocument,text%3Ddoc.getElementById(%27linkoutput%27),range,selection%3Bif(doc.body.createTextRange)%7Brange%3Ddoc.body.createTextRange()%3Brange.moveToElementText(text)%3Brange.select()%3B%7Delse if(window.getSelection)%7Bselection%3Dwindow.getSelection()%3Brange%3Ddoc.createRange()%3Brange.selectNodeContents(text)%3Bselection.removeAllRanges()%3Bselection.addRange(range)%3B%7D%7D)%3Breturn false%3B%7D%7D)%3B%7D)%3B%7D)%3B |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment