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 提交的版本,檢視 最新版本

// ==UserScript==
// @name        GDbrowser Show Comment button
// @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
// @match       *://gdbrowser.com/comments/*
// @version 1.0
// @namespace https://greasyfork.org/users/763612
// ==/UserScript==

$('#leaveComment').show()