Skip to content

Instantly share code, notes, and snippets.

@x
Created May 16, 2014 13:33
Show Gist options
  • Save x/4f4e4a93478f295dea9d to your computer and use it in GitHub Desktop.
Save x/4f4e4a93478f295dea9d to your computer and use it in GitHub Desktop.
Chartbeat About Page Name Checker Bookmarklet
javascript:(function()%7Bvar name%3Dprompt(%27Enter a name%27)%3B%24(%27%23team-grid li h3%27).each(function()%7Bif(!%24(this).html().match(new RegExp(name,%27i%27)))%7B%24(this).parent().parent().parent().toggleClass(%27dim%27)%7D%7D)%7D)()%3B
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment