Project 1999

Go Back   Project 1999 > Server Issues > Bugs

Reply
 
Thread Tools Display Modes
  #81  
Old 02-22-2015, 12:32 PM
Kope Kope is offline
Fire Giant


Join Date: Jun 2011
Posts: 789
Default

^
Reply With Quote
  #82  
Old 02-27-2015, 11:48 AM
Kope Kope is offline
Fire Giant


Join Date: Jun 2011
Posts: 789
Default

^
Reply With Quote
  #83  
Old 09-05-2015, 06:59 PM
Pringles Pringles is offline
Planar Protector


Join Date: Nov 2010
Posts: 1,982
Default

Bump. Seeing a few people wishing to opt out.
Reply With Quote
  #84  
Old 06-26-2016, 12:55 PM
Thulack Thulack is offline
Planar Protector

Thulack's Avatar

Join Date: Sep 2011
Location: In my living room.
Posts: 4,296
Default

Bump.
__________________
Reply With Quote
  #85  
Old 06-26-2016, 01:15 PM
Sorn Sorn is offline
Planar Protector

Sorn's Avatar

Join Date: Jun 2010
Location: Anywhere but Plane of Mischief
Posts: 2,107
Default

Quick fix solution!

If you use Firefox, get an add-on called Greasemonkey and make a new user script.

Make it look like this:

Code:
// ==UserScript==
// @name        Hide RNF
// @namespace   p99hideRNF
// @include     http://www.project1999.com/forums/index.php
// @version     1
// @grant       none
// ==/UserScript==

// RnF
var tbody = document.getElementById("collapseobj_forumbit_16");
var rnfrow = tbody.children[6];

rnfrow.style.visibility = "hidden";
In the preferences window under Included Pages, add http://www.project1999.com/forums/index.php and https://www.project1999.com/forums/index.php so that the script will run on both versions of the forum front page.

It ends up looking like this:
Screen Shot 2016-06-26 at 11.09.29 AM.jpg

This only hides it for YOU in the browser you have both Greasemonkey and this script loaded. Everyone else can RnF as usual and it does not affect the actual forum.

(PS: here is Off Topic if you also want to hide that: )
Code:
var offtrow = tbody.children[8];

offtrow.style.visibility = "hidden";
__________________

Retouched all faces for the EQClassicHD Texture Pack
Retired from p99
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 01:47 AM.


Everquest is a registered trademark of Daybreak Game Company LLC.
Project 1999 is not associated or affiliated in any way with Daybreak Game Company LLC.
Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.