Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name dog tags fetcher
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author mitza
// @match https://www.torn.com/friendlist.php*
// @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
// @grant GM_xmlhttpRequest
// @run-at document-end
// ==UserScript==
// @name fuck you sym
// @namespace http://tampermonkey.net/
// @version 0.1
// @author mitza
// @match https://www.torn.com/page.php?sid=stocks
// @icon https://www.google.com/s2/favicons?sz=64&domain=torn.com
// @grant none
// @run-at document-idle
// ==/UserScript==