PDA

View Full Version : Hiding forums on HabboxForum using Greasemonkey



Blob
25-08-2010, 11:00 AM
If you wish to hide certain forums and you use Mozilla Firefox, you can use a 3rd-party addon called Greasemonkey (find that here (https://addons.mozilla.org/firefox/addon/748)).

This is how to do it, after installing the plugin -

On Forum Home:


Go onto the forum index, right click and click "View Source"
http://uploads.bobble.be/2010-08-24_1508.png
Press Ctrl+F and type in the name on the forum you wish to hide
http://uploads.bobble.be/2010-08-24_1509.png
Above the name, find the forum ID, in our case 1382
http://uploads.bobble.be/2010-08-24_1510.png
Note this ID down
http://uploads.bobble.be/2010-08-24_1511.png
Repeat steps 2-4 for any more forums you wish to hide.


Now lets make the Greasemonkey Script:

Create a new Greasemonkey script (also make sure it is Enabled)
http://uploads.bobble.be/2010-08-24_1512.png
Fill in the box as follows
http://uploads.bobble.be/2010-08-24_1514.png
(Name: Hide Forums
Namespace: http://www.habboxforum.com/
Description: Hide some forums on HabboxForum
Includes (One per line): http://www.habboxforum.com/forum.php
Excludes (One per line):
Click OK
http://uploads.bobble.be/2010-08-24_1515.png
It should ask you to locate to your text editor - unfortunately I have already done this so I can't screenshot it for you. If it does, navigate to C:\Windows\System32\notepad.exe (replace C:\ with the drive of your Windows installation). If not, and it opens in notepad, move onto the next step
Below all the writing in the notepad, add this code:
http://uploads.bobble.be/2010-08-24_1517.png

javascript:document.getElementById("forum1328").style.display = "none";
Replace 1328 with the ID you noted down before.
Repeat the code on a new line for each forum ID you wish to hide, replacing the ID with the forum on each one.
Press Ctrl+S to save (or File > Save)
http://uploads.bobble.be/2010-08-24_1519.png
Now you are done! If any problems occur feel free to contact me/reply to this post

Want to hide these adverts? Register an account for free!