Skip to content

Instantly share code, notes, and snippets.

@stecb
Created September 7, 2012 09:09
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 stecb/3664520 to your computer and use it in GitHub Desktop.
Save stecb/3664520 to your computer and use it in GitHub Desktop.
dotjs youtube.com
var logo = document.querySelector('#logo')
, cb = document.querySelector('#watch-channel-brand-div');
logo && (logo.src = '//bit.ly/ghD24e');
cb && (cb.innerHTML = 'I h8 fucking IE');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment