Created
June 25, 2014 21:13
-
-
Save ryangreenberg/c9ddf828b5a9ab7e664d to your computer and use it in GitHub Desktop.
Reviewboard Bookmarklet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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