Top Reply

Add reply box at the top of the page on mturkgrind.com (Xenforo)

  1. // ==UserScript==
  2. // @name Top Reply
  3. // @version 0.1
  4. // @description Add reply box at the top of the page on mturkgrind.com (Xenforo)
  5. // @author Kerek
  6. // @namespace Kerek
  7. // @include http://www.mturkgrind.com/*
  8. // @include http://mturkgrind.com/*
  9. // ==/UserScript==
  10.  
  11. $('div.pageNavLinkGroup').append($('div.quickReply.message'));