Modératorbar

-----------------

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

// ==UserScript==

// @name         Modératorbar
// @namespace    https://realitygaming.fr/
// @version      1.0
// @description  -----------------
// @author       Weyzen
// @match        https://realitygaming.fr/*
// @grant        none
// ==/UserScript==

$(document).ready(function(){

var css = ".barre{width:99%;border:2px solid #2F78A0;text-align:center;padding-top:20px;padding-bottom:20px;margin-left:1%;margin-right:20%;background-color:#2F78A0}.lien{width:18%;display:inline-block}.barre a{text-decoration:none;color:#fff;padding-bottom:20px;padding-top:44px}"

$("head").append("<style>" + css + "</style>"); 

var barre = "<br /><div class='barre'><a href='https://realitygaming.fr/teams/sharing-exclusive-contents.1736/'><b><div class='lien'>Sharing Exclusive Content</div></b></a><a href='https://realitygaming.fr/teams/playstation.1723/'><b><div class='lien'>Playstation Community</div></b></a><a href='https://realitygaming.fr/premium'><b><div class='lien'>Grade Premium</div></b></a><a href='https://realitygaming.fr/conversations/add?to=WZN+GHT'><b><div class='lien'>Besoin d'aide ? </div></b></a><a href='https://realitygaming.fr/actualites/'><b><div class='lien'>Dernier Actualité </div></b></a></div><br />" 


$(".titleBar").append(barre);

});