Parallax Forum

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

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Greasemonkey lub Violentmonkey.

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Violentmonkey.

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Violentmonkey.

Aby zainstalować ten skrypt, wymagana będzie instalacja rozszerzenia Tampermonkey lub Userscripts.

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

Aby zainstalować ten skrypt, musisz zainstalować rozszerzenie menedżera skryptów użytkownika.

(Mam już menedżera skryptów użytkownika, pozwól mi to zainstalować!)

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.

Będziesz musiał zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

Będziesz musiał zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

Musisz zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

(Mam już menedżera stylów użytkownika, pozwól mi to zainstalować!)

// ==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>' ;