您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Ce script ajoute une barre d'outils sur AMCGaming
// ==UserScript== // @name Barre d'outils AMCGaming // @namespace https://www.amcgaming.net/* // @version 1 // @description Ce script ajoute une barre d'outils sur AMCGaming // @author Wells / // @match https://www.amcgaming.net/* // @grant none // ==/UserScript== // Script codé par Wells, tous droits réservés // $(".titleBar").after('<div class="secondaryContent" style="font-family: Open Sans condensed; color: #97000A; 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="https://www.amcgaming.net/threads/r%C3%A8glement-du-forum.22/" style="color: (23, 62, 95)">forum</a></font> / <a href="https://www.amcgaming.net/threads/r%C3%A8glement-de-la-chatbox.517/" style="color: rgb(23, 62, 95)"></i>shoutbox</a> - <i class="fa fa-exchange"></i> Youtube <a href="https://www.youtube.com/channel/UCE5s6KmWH_czXO5giTdhCGw" style="color:(23, 62, 95)">AMCGaming</a> - <i class="fa fa-music"></i> Boutique <a href="http://www.amcgaming.net/shop" style="color:(23, 62, 95)">AMC</a> - <i class="fa fa-user-secret"></i> <a href="https://www.amcgaming.net/account/two-step" style="color: rgb(23, 62, 95)">Protection par deux étape</a> - <i class="fa fa-star"></i> <a href="https://www.amcgaming.net/categories/informatique.201/" style="color: rgb(23, 62, 95)">Informatique</a> - <i class="fa fa-unlock-alt"></i> <FONT COLOR="vert"><a href="https://www.amcgaming.net/account/upgrades" style="color: (23, 62, 95)">Premium</a></font color></center></p></div></body>');;