footer link changer

easy links for lazy mods

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 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        footer link changer
// @namespace   jiggmin
// @include     http://pr2hub.com/*
// @version     1
// @grant       none
// @description easy links for lazy mods
// ==/UserScript==

var a = document.getElementsByClassName("footer_links");
var b = a[0];
b.childNodes[3].innerHTML = '<a href="http://pr2hub.com/bans">Bans</a>';
b.childNodes[5].innerHTML = '<a href="http://pr2hub.com/mod/reported_messages.php?start=0&count=100">Reports</a>';
b.childNodes[7].innerHTML = '<a href="http://pr2hub.com/mod/player_search.php">Player Search</a>';