AutoReviewComments

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

< Opiniones de AutoReviewComments

Puntuación: Pasable; el script funciona, pero tiene carencias importantes

§
Publicado: 18/6/2020
Editado: 18/6/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 ];
     }

Publicar respuesta

Inicia sesión para responder.