Skip to content

Instantly share code, notes, and snippets.

@philwinkle
Created December 19, 2013 20:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save philwinkle/8045565 to your computer and use it in GitHub Desktop.
Save philwinkle/8045565 to your computer and use it in GitHub Desktop.
Bookmarklet to add Boyz II Men's "End of the Road" to any webpage
javascript:(function(){var iframe='<iframe width="640" height="360" src="//www.youtube.com/embed/zDKO6XYXioc?feature=player_detailpage&autoplay=1" frameborder="0" allowfullscreen style="position: fixed; top: 0; left: 0; z-index: 999;"></iframe>';var bodyElement = document.body;bodyElement.innerHTML = iframe + bodyElement.innerHTML;})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment