GDbrowser Show Comment button

A userscript that shows the comment button in the comments of levels that dont have the comment button. Mostly for commenting on nonexisting level ids

当前为 2021-05-12 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name GDbrowser Show Comment button
  3. // @description A userscript that shows the comment button in the comments of levels that dont have the comment button. Mostly for commenting on nonexisting level ids
  4. // @match *://gdbrowser.com/comments/*
  5. // @version 1.0
  6. // @namespace https://greasyfork.org/users/763612
  7. // ==/UserScript==
  8.  
  9. $('#leaveComment').show()