Initial commit

This commit is contained in:
xenticore
2025-03-21 13:53:45 -04:00
commit 568b2eaabd
28 changed files with 1604 additions and 0 deletions

18
src/userscript_header.js Normal file
View File

@@ -0,0 +1,18 @@
// ==UserScript==
// @name EXTENSION_NAME
// @description EXTENSION_DESCRIPTION
// @version EXTENSION_VERSION
// @match *://wiki.teamfortress.com/wiki/*
// @run-at document-start
// @inject-into content
// @connect steamcommunity.com
// @domain steamcommunity.com
// @connect prices.tf
// @domain prices.tf
// @grant GM.setValue
// @grant GM_setValue
// @grant GM.getValue
// @grant GM_getValue
// @grant GM.xmlhttpRequest
// @grant GM_xmlhttpRequest
// ==/UserScript==