Archive for
glbscripts.myfreeforum.org
Forum dedicated to Greasemonkey Scripts made for Goal Line Blitz online game.
glbscripts.myfreeforum.org Forum Index
->
Modified Scripts
mw54finest
Modified Forum Remover
Original Script Author is: Branden Guess (yomamathecableguy)
Modified by: Vilita
This is simply a modification of the original code for ease of use and expansion of application
INSTRUCTIONS::: Remove the "//" from the front of the last line of code of any forum you wish to hide
Example: UN HIDDEN ANNOUNCEMENTS FORUM
Code:
// Announcements Forum
var forum0 = "0"
//forums[forum0].style.display="none"
Example: -HIDDEN- ANNOUNCEMENTS FORUM
Code:
// Announcements Forum
var forum0 = "0"
forums[forum0].style.display="none"
http://userscripts.org/scripts/show/28951
.
keithj
Has anyone thought about re-writing this script so we can just include the forum_ids in an array and have the forums removed that way? With private forums now added, this script is a bit difficult to use.
glbscripts.myfreeforum.org Forum Index
->
Modified Scripts
Page
1
of
1