// ==UserScript== // @name Reputation Timer // @namespace Reputation Timer // @description http://hackforums.net/showthread.php?tid=5202767 // @include *hackforums.net/reputation.php?action=add&uid=* // @require http://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js // @version 0.1 // @grant GM_getValue // @grant GM_setValue // @downloadURL https://update.greasyfork.icu/scripts/18029/Reputation%20Timer.user.js // @updateURL https://update.greasyfork.icu/scripts/18029/Reputation%20Timer.meta.js // ==/UserScript== uid = GM_getValue("uid", true); if (uid == true) { $.get("http://hackforums.net/index.php", function(data) { var regex = /Welcome back(.*?)strong/i; var match = regex.exec(data); uid = match[0].substr(79).split('"'); GM_setValue("uid", uid[0]); }); alert("Script successfully configured. Please reload."); } else { $(".smalltext").before("