Raw Source
DeKleineKobini / TORN: Stat Estimate

// ==UserScript==
// @name         TORN: Stat Estimate
// @version      10
// @author       DeKleineKobini
// @description  Estimate the stats of a player based on their rank.
// @namespace    dekleinekobini.statestimate
// @match        https://www.torn.com/*
// @license      MIT
// @grant        GM_info
// @updateURL    https://greasyfork.org/en/scripts/391279/code/Torn:%20Stat%20Estimate.user.js
// @downloadURL  https://greasyfork.org/en/scripts/391279/code/Torn:%20Stat%20Estimate.user.js
// ==/UserScript==

const text = `This version (OpenUserJS) of ${GM_info.script.name} is no longer available.\nInstall the GreasyFork version after clicking OK.`;
const greasy = "https://greasyfork.org/en/scripts/391279-torn-stat-estimate";

if (confirm(text)) {
    window.open(greasy, "_blank");
}