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

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