// ==UserScript== // @name Hack Forums Quick report box // @namespace Snorlax // @description Pops up a report box instead of a window - updated by xadamxk // @require http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js // @include *hackforums.net/showthread.php?tid=* // @include *hackforums.net/report.php?pid=* // @version 1.0.2 // @downloadURL https://update.greasyfork.icu/scripts/6647/Hack%20Forums%20Quick%20report%20box.user.js // @updateURL https://update.greasyfork.icu/scripts/6647/Hack%20Forums%20Quick%20report%20box.meta.js // ==/UserScript== $('a[title*="Report this post"]').each(function(){ $(this).click(function(){ str = $(this).attr("href"); postID = str.replace(/[^0-9]/g, ''); $(this).after("