Warning: fopen(/www/sites/update.greasyfork.icu/index/store/temp/156ea429977bebf9f36d3ce304aa8074.js): failed to open stream: No space left on device in /www/sites/update.greasyfork.icu/index/scriptControl.php on line 65
// ==UserScript== // @name Top Reply // @version 0.1 // @description Add reply box at the top of the page on mturkgrind.com (Xenforo) // @author Kerek // @namespace Kerek // @include http://www.mturkgrind.com/* // @include http://mturkgrind.com/* // @downloadURL https://update.greasyfork.icu/scripts/7684/Top%20Reply.user.js // @updateURL https://update.greasyfork.icu/scripts/7684/Top%20Reply.meta.js // ==/UserScript== $('div.pageNavLinkGroup').append($('div.quickReply.message'));