| View previous topic :: View next topic |
| Author |
Message |
mw54finest Site Admin

Joined: 22 Jun 2008 Posts: 160
|
Posted: Sun Jun 22, 2008 10:39 pm Post subject: 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
.
_________________ Eat, Sleep, Live GLB! |
|
| Back to top |
|
 |
keithj
Joined: 24 Aug 2008 Posts: 12
|
Posted: Wed Dec 10, 2008 11:20 am Post subject: |
|
|
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.
|
|
| Back to top |
|
 |
|