Last active
September 19, 2019 15:36
-
-
Save jennschiffer/9216421 to your computer and use it in GitHub Desktop.
space jam 2'ify the homepage of space jam's original website
This file contains 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
// 1. create a new bookmark on your browser | |
// 2. paste the following code - starting at "javascript:" into the URL part of the add-bookmark menu. | |
// 3. go to http://www2.warnerbros.com/spacejam/movie/jam.htm | |
// 4. click the bookmark for automatic space jam 2 | |
// xoxo j$ | |
javascript:(function(){document.getElementsByTagName("html")[0].innerHTML=document.getElementsByTagName("html")[0].innerHTML.replace(/1996/g,"2014");var images=document.getElementsByTagName("img");var length=images.length;while(length--){if(images[length].src=="http://www2.warnerbros.com/spacejam/movie/img/p-jamlogo.gif"){images[length].src="http://f.cl.ly/items/1a10103W3Z010W192n23/p-jamlogo.png"}}}()); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is v important that this gets updated.
src
check needs to be updated. Luckily the new logo is at the same URL because otherwise I would panic.That's all, and also hi Jenn!