Created
August 23, 2011 08:58
-
-
Save parolkar/1164699 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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