No more re-typing the same comments over and over!
< 脚本AutoReviewComments的反馈
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 ]; }
登录(不可用)以发表回复。
土豆服务器,请按需使用
镜像地址随时可能被墙,建议加群获取最新地址
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
the close dialog requires this update: