Barre d'outils RealityGaming

Ce script ajoute une barre d'outils sur RealityGaming

// ==UserScript==
// @name         Barre d'outils RealityGaming
// @namespace    https://realitygaming.fr/*
// @version      1
// @description  Ce script ajoute une barre d'outils sur RealityGaming
// @author       Loucasse
// @match        https://realitygaming.fr/*
// @grant        none
// ==/UserScript==

// Script codé par loucasse, tous droits réservés //

$(".titleBar").after('<div class="secondaryContent" style="font-family: Open Sans condensed; color: #FFFFFF; background-color: rgba(47,120,160,1); background-image:url(https://realitygaming.fr/styles/realitygaming/images/main/pattern3-ts.png); border-radius: 20px;  border: 2px solid rgb(106, 155, 179);"><center><p style="color: white;"><i class="fa fa-gavel"></i> Règlement du <a href="http://www.ihax.fr/threads/r%C3%A8glement-du-forum.58/" style="color: rgb(23, 62, 95)">forum</a></font> / <a href="http://www.ihax.fr/threads/r%C3%A8glement-de-la-shoutbox.431/" style="color: rgb(23, 62, 95)"></i>shoutbox</a> - <i class="fa fa-exchange"></i> Changer son <a href="http://www.ihax.fr/account/change-username" style="color: rgb(23, 62, 95)">pseudo</a> - <i class="fa fa-music"></i>  Boutique <a href="http://www.ihax.fr/threads/ihax-shop-boutique-lobby-cms.2926/" style="color: rgb(23, 62, 95)">RealityGaming</a> - <i class="fa fa-user-secret"></i> <a href="http://www.ihax.fr/threads/ihax-licence.2332/" style="color: rgb(23, 62, 95)">iHax License</a> - <i class="fa fa-star"></i> <a href="http://www.ihax.fr/account/upgrades" style="color: rgb(23, 62, 95)">Personnaliser son profil</a> - <i class="fa fa-unlock-alt"></i> <FONT COLOR="orange">Unban <a href="http://www.ihax.fr/threads/ihax-vip-unban-cid.3181/" style="color: rgb(23, 62, 95)">VIP</a></font color></center></p></div></body>');;