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 zzd233's Queue Sniper | |
// @namespace http://tampermonkey.net/ | |
// @version 1.1 | |
// @description A tool for 1v1 to get stars. v1.1 changes: Updated to use new recent games APIs. Improved performance. Stop ddosing server from other browser tabs. Improve layout and formatting to fit more names and resize large lists better. | |
// @author zzd233 + EklipZ | |
// @match https://*.generals.io/* | |
// @icon https://generals.io/favicon/favicon-32x32.png | |
// @grant none | |
// ==/UserScript== |
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 Generals.io Fixed Profile (bigteam) | |
// @namespace http://tampermonkey.net/ | |
// @version 1.1.3 | |
// @description Fixes the profile | |
// @author pasghetti | |
// @match https://generals.io/profiles/* | |
// @match https://*.generals.io/profiles/* | |
// @grant none | |
// ==/UserScript== |
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
$json = @' | |
[ | |
{ | |
"Server": "LAX-WEB01", | |
"Software": ["Adobe","Java","Flash","Chrome","IE","Norton"] | |
}, | |
{ | |
"Server": "LAX-WEB02", | |
"Software": ["Java","Norton","Flash"] |