Skip to content

Instantly share code, notes, and snippets.

@noahpryor
Created February 24, 2014 04:44
Show Gist options
  • Save noahpryor/9182080 to your computer and use it in GitHub Desktop.
Save noahpryor/9182080 to your computer and use it in GitHub Desktop.
sl
javascript:(function()%7Bvar s%3Ddocument.createElement(%27div%27)%3Bs.innerHTML%3D%27Loading...%27%3Bs.style.color%3D%27black%27%3Bs.style.padding%3D%2720px%27%3Bs.style.position%3D%27fixed%27%3Bs.style.zIndex%3D%279999%27%3Bs.style.fontSize%3D%273.0em%27%3Bs.style.border%3D%272px solid black%27%3Bs.style.right%3D%2740px%27%3Bs.style.top%3D%2740px%27%3Bs.setAttribute(%27class%27,%27selector_gadget_loading%27)%3Bs.style.background%3D%27white%27%3Bdocument.body.appendChild(s)%3Bs%3Ddocument.createElement(%27script%27)%3Bs.setAttribute(%27type%27,%27text/javascript%27)%3Bs.setAttribute(%27src%27,%27https://schlepless.herokuapp.com//selectorgadget.js%3Fraw%3Dtrue%27)%3Bdocument.body.appendChild(s)%3B%7D)()%3B
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment