Files
tf2wikipricing/src/userscript_header.js
2025-03-21 13:53:45 -04:00

18 lines
469 B
JavaScript

// ==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==