TheMusiKid

Puritube HTML Bookmarklet

Mar 7th, 2012
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.38 KB | None | 0 0
  1. <a  class="button"
  2.     href="javascript:
  3.         if(location.href.indexOf('youtube') !== -1) {
  4.             location.href = 'http://puritube.com/' + location.href;
  5.         } else {
  6.             alert('This is not a valid YouTube video!');
  7.         }"
  8.     onclick="alert('To begin using the Puritube bookmarklet, please drag this button to the bookmarks toolbar of your browser.'); return false;"
  9. >
  10.         Puritube Bookmarklet
  11. </a>
Advertisement
Add Comment
Please, Sign In to add comment