Skip to content

Instantly share code, notes, and snippets.

@higeorange
Created July 25, 2010 17:02
Show Gist options
  • Save higeorange/489687 to your computer and use it in GitHub Desktop.
Save higeorange/489687 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @include http://twitter.com/*
// ==/UserScript==
(function() {
document.getElementById("status").blur();
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment