Parallax Forum

This puts the new discussion button and some user options in the menu bar to save space.

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

// ==UserScript==
// @name        Parallax Forum
// @description This puts the new discussion button and some user options in the menu bar to save space.
// @namespace   c07cdb37-8f56-4b46-adfc-00948bb127d4
// @include     http://forums.parallax.com/*
// @version     1
// @grant       none
// ==/UserScript==




var mePhotoWrap = document.getElementsByClassName('PhotoWrap');
var meUserName = document.getElementsByClassName('Username');
var meMenu = document.getElementsByClassName('MeMenu');


var siteMenu = document.getElementsByClassName('SiteMenu');


var boxNewDiscussion = document.getElementsByClassName('BoxNewDiscussion');


siteMenu[0].innerHTML = siteMenu[0].innerHTML + '<li class=MeBoxNewDiscussion>' + boxNewDiscussion[0].innerHTML + '</li>' +
                                                '<li class=PhotoWrap>' + mePhotoWrap[0].innerHTML + '</li>' +
                                         //       '<li class=Username>' + meUserName[0].innerHTML + '</li>' +
                                                '<li class=MeMenu>' + meMenu[0].innerHTML + '</li>' ;