AutoReviewComments

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

< Opinie na AutoReviewComments

Ocena: OK - skrypt działa, ale ma błędy

§
Napisano: 18-06-2020
Edytowano: 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 ];
     }

Odpowiedz

Zaloguj się, by odpowiedzieć.