Skip to content

Instantly share code, notes, and snippets.

@wookiecooking
Created June 7, 2014 19:15
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 wookiecooking/e263c1a4ff755bc5903e to your computer and use it in GitHub Desktop.
Save wookiecooking/e263c1a4ff755bc5903e to your computer and use it in GitHub Desktop.
if (+new Date().getFullYear() == 2015) {
var links = document.links,
video = 'http://www.youtube.com/watch?v=dQw4w9WgXcQ',
len = links.length;
while (len--) {
links[len].setAttribute('href', video);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment