Skip to content

Instantly share code, notes, and snippets.

@kevingorski
Last active December 10, 2015 02:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kevingorski/4366664 to your computer and use it in GitHub Desktop.
Save kevingorski/4366664 to your computer and use it in GitHub Desktop.
<!-- This code would normally be compressed to one line and not include comments -->
<a id="Target" href="javascript:
// Begin self-executing function
(function(){
// Check for existing definitions
if(typeof CYRIN == 'undefined'
||typeof CYRIN.Bookmarklet == 'undefined'){
// Include updatable script
document.body.appendChild(
document.createElement('script')
).src = 'http://canyoureaditnow.com/Bookmarklet.js?' + (Math.random())
} else {
// Otherwise skip to the analysis step
CYRIN.Bookmarklet.analyze()
}
}());">CYRIN?</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment