Skip to content

Instantly share code, notes, and snippets.

@divanvisagie
Created April 8, 2013 09:47
Show Gist options
  • Select an option

  • Save divanvisagie/5335618 to your computer and use it in GitHub Desktop.

Select an option

Save divanvisagie/5335618 to your computer and use it in GitHub Desktop.
Add bugs to a site.
(function(){
var el = document.createElement( 'script' );
el.src = 'https://screen-bug.googlecode.com/git/screenbug-min.js';
document.body.appendChild( el );
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment