Skip to content

Instantly share code, notes, and snippets.

@faulkner
Created December 4, 2011 21:34
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 faulkner/1431355 to your computer and use it in GitHub Desktop.
Save faulkner/1431355 to your computer and use it in GitHub Desktop.
dotjs: because github search doesn't have a crap filter.
if (window.location.pathname === '/search') {
/* You pushed an empty repo? Cool story, bro. */
$('.result:contains(" 0 Bytes")').hide();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment