To set up the helper script, we need to run it on the background page for the extension. Here's one way to do that:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name TagPro Group Enhancements | |
// @namespace http://www.arfie.nl | |
// @version 0.1.1 | |
// @description Better group layout | |
// @author Ruud Verbeek | |
// @include http://tagpro-*.koalabeast.com/groups* | |
// @include http://tangent.jukejuice.com/groups* | |
// @include http://*.newcompte.fr/groups* | |
// @grant GM_setValue |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name TagPro group information in joiner | |
// @namespace http://www.arfie.nl | |
// @version 0.1.3 | |
// @description something useful | |
// @author Ruud Verbeek | |
// @include http://tagpro-*.koalabeast.com/games/find | |
// @include http://tangent.jukejuice.com/games/find | |
// @include http://*.newcompte.fr/games/find | |
// @grant GM_setValue |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name TagPro Group Presets | |
// @namespace http://www.arfie.nl | |
// @version 1.1.1 | |
// @description Allows you to create presets for group/private game settings | |
// @author Ruud Verbeek | |
// @include http://tagpro-*.koalabeast.com/groups/* | |
// @include http://tangent.jukejuice.com/groups/* | |
// @include http://maptest*.newcompte.fr/groups/* | |
// @grant GM_setValue |
NewerOlder