AutoReviewComments

No more re-typing the same comments over and over!

< Feedback on AutoReviewComments

Review: OK - script works, but has bugs

§
Posted: 18-06-2020
Edited: 18-06-2020

the close dialog requires this update:

--- AutoReviewComments.user.js.orig	2020-06-18 01:11:28.615526521 +0000
+++ AutoReviewComments.user.js	2020-06-18 01:49:19.632142739 +0000
@@ -747,7 +747,7 @@
      *                     comment should be placed.
      */
     function findClosureElements( where ) {
-      var injectNextTo = $(".close-as-off-topic-pane textarea");
+      var injectNextTo = $("#site-specific-comment textarea");
       var placeCommentIn = injectNextTo;
       return [ injectNextTo, placeCommentIn ];
     }

Post reply

Sign in to post a reply.