Warning: fopen(/www/sites/update.greasyfork.icu/index/store/temp/3359d2a29538d639357713af0edc8a0f.js): failed to open stream: No space left on device in /www/sites/update.greasyfork.icu/index/scriptControl.php on line 65
// ==UserScript==
// @name Forum Post HIT Finder
// @namespace thatdudegrim.gmail.com
// @version 0.14
// @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 https://update.greasyfork.icu/scripts/11419/Forum%20Post%20HIT%20Finder.user.js
// @updateURL https://update.greasyfork.icu/scripts/11419/Forum%20Post%20HIT%20Finder.meta.js
// ==/UserScript==
$(function () {
var mmzp = (location.search.match(/(?:\&|\?)p=(\d+)/)||"=")[0].split("=")[1]
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("