User Pass
Home Sign Up Contact Log In
Forum > Goal Line Blitz > Greasemonkey Scripts > is there a script that shows GMs on a teampage automatically
RyanCane26
offline
Link
 
I hate the stupid expansion box
 
pabst
offline
Link
 
// ==UserScript==
// @name GM Click
// @namespace pbr/gc
// @description Click the GM List on team profile pages
// @include http://goallineblitz.com/game/team.pl?team_id=*
// ==/UserScript==

var div = document.getElementById("gm_selector");
if (div != null) {
div.getElementsByTagName("a")[0].click();
}
 
RyanCane26
offline
Link
 
Thank ya
 


You are not logged in. Please log in if you want to post a reply.