Skip to content

Instantly share code, notes, and snippets.

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 bernatfortet/8bdd8ddcf4e258d4b878 to your computer and use it in GitHub Desktop.
Save bernatfortet/8bdd8ddcf4e258d4b878 to your computer and use it in GitHub Desktop.
How to install: 1. Create a new bookmark | 2. type any name | 3. in the url, paste this code | 4. when in the wand, press on the bookmark | 5. Voila!
javascript:(function(){
$("#unclaimed-session").bind("DOMSubtreeModified", function() {
var unclaimedUsers = $("#unclaimed-session").children().length;
$('.convo-heading').first().html('Unclaimed Users — ' + unclaimedUsers);
});
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment