Skip to content

Instantly share code, notes, and snippets.

@joshuaclayton
Created December 16, 2011 15:39
Show Gist options
  • Save joshuaclayton/1486507 to your computer and use it in GitHub Desktop.
Save joshuaclayton/1486507 to your computer and use it in GitHub Desktop.
Github notification delete scriptlet
javascript:jQuery("a[title='delete thread']").trigger("click"); setTimeout(function() { window.location.reload(); }, 500);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment