Skip to content

Instantly share code, notes, and snippets.

@ryangreenberg
Created June 25, 2014 21:13
Show Gist options
  • Save ryangreenberg/c9ddf828b5a9ab7e664d to your computer and use it in GitHub Desktop.
Save ryangreenberg/c9ddf828b5a9ab7e664d to your computer and use it in GitHub Desktop.
Reviewboard Bookmarklet
javascript:(function(){if(window.location.href.indexOf("reviewboard")!=-1){var pendingReview=gReviewRequest.createReview();pendingReview.ship_it=true;pendingReview.body_top="";pendingReview.publish({success:function(){window.location.reload();}});}else{alert("You are trying to ship something outside ReviewBoard. That's crazy.");}})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment