// ==UserScript== // @name Forum Post HIT Finder // @namespace thatdudegrim.gmail.com // @version 0.1 // @description vBulletin Forum Post Compressor for finding HITs // @author thatdudegrim // @match http://mturkforum.com/showthread.php* // @match http://www.mturkforum.com/showthread.php* // @match http://turkernation.com/showthread.php* // @match http://www.turkernation.com/showthread.php* // @require http://code.jquery.com/jquery-latest.js // @downloadURL none // ==/UserScript== $(function () { var mmz = {}; mmz.IgnoreQuotes = 1; // set to 1 if you want to ignore HITs in quotes. mmz.FilterMode = 0; // 0 hides the entire post body, 1 shows a scrollable preview mmz.compressor = 0; var firstrun = 1; if (typeof(Storage) !== "undefined") { mmz = (localStorage.getItem("mmz") === null ? mmz : JSON.parse(localStorage.getItem("mmz"))); } $("head").append("