You've already forked tf2wikipricing
18 lines
469 B
JavaScript
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==
|