Skip to content

Instantly share code, notes, and snippets.

@parolkar
Created August 23, 2011 08:58
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 parolkar/1164699 to your computer and use it in GitHub Desktop.
Save parolkar/1164699 to your computer and use it in GitHub Desktop.
var d = document.createElement("SCRIPT");
d.src = "http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js";
document.body.appendChild(d);
alert("Ready to go to viki.com!");
$('a.photo')[0].setAttribute("href","http://www.youtube.com/watch?v=NVh4OjSKk4g&feature=topvideos_mfh")
$('a.photo')[0].click();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment