You've already forked tf2wikipricing
Initial commit
This commit is contained in:
18
src/userscript_header.js
Normal file
18
src/userscript_header.js
Normal 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==
|
||||
Reference in New Issue
Block a user