Skip to content

Instantly share code, notes, and snippets.

@indianburger
Created April 2, 2012 17:13
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 indianburger/2285243 to your computer and use it in GitHub Desktop.
Save indianburger/2285243 to your computer and use it in GitHub Desktop.
Reviewboard ship it bookmarklet
javascript:(function(){
$('#actions li:nth-child(2) > a').click();
setTimeout(shipIt,500);
function shipIt(){
$('#id_shipit').attr('checked','checked');
$('.modalbox-buttons input:first-child').click();
}
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment