// ==UserScript== // @name Scratch Stats Links // @namespace Hans5958 // @version 1 // @description Quick links on profiles to ScratchStats.com and my Scratch Stats. (Deprecated: Use Scratch Addons instead.) // @author Hans5958 // @license MIT // @match https://scratch.mit.edu/users/* // @grant none // @homepageURL https://github.com/Hans5958/userscripts // @supportURL https://github.com/Hans5958/userscripts/issues // @downloadURL https://update.greasyfork.icu/scripts/444671/Scratch%20Stats%20Links.user.js // @updateURL https://update.greasyfork.icu/scripts/444671/Scratch%20Stats%20Links.meta.js // ==/UserScript== var css = ".header-text .profile-details .group{border-right:1px solid #ccc;margin:0 5px;padding:0}" if("undefined"!=typeof GM_addStyle)GM_addStyle(css);else if("undefined"!=typeof PRO_addStyle)PRO_addStyle(css);else if("undefined"!=typeof addStyle)addStyle(css);else{var node=document.createElement("style");node.type="text/css",node.appendChild(document.createTextNode(css));var heads=document.getElementsByTagName("head");0<\/span>Joined " + b + " ago<\/span>" + c + "
ScratchStats.com<\/a><\/span>My Scratch Stats<\/a>")