Skip to content

Instantly share code, notes, and snippets.

@jennschiffer
Last active September 19, 2019 15:36
Show Gist options
  • Save jennschiffer/9216421 to your computer and use it in GitHub Desktop.
Save jennschiffer/9216421 to your computer and use it in GitHub Desktop.
space jam 2'ify the homepage of space jam's original website
// 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"}}}());
@spencerkordecki
Copy link

It is v important that this gets updated.

That's all, and also hi Jenn!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment