Greasy Fork 还支持 简体中文。

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

  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()