AutoReviewComments

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

< 腳本AutoReviewComments的回應

評論:普通 - 腳本能使用,但有一些問題

§
發表於:2020-06-18
編輯:2020-06-18

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 ];
     }

發表回覆

登入以回復