Greasy Fork is available in English.

correctif bug affichage

fr

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください。
// ==UserScript==
// @name        correctif bug affichage
// @namespace   newtab
// @include     https://*.the-west.*
// @version     3
// @grant       none
// @description fr
// ==/UserScript==

var bouton = document.createElement('button');
bouton.innerHTML = 'clic';
bouton.setAttribute('onclick', 'var text = document.getElementById("ui_topbar").innerHTML;document.getElementById("ui_topbar").innerHTML = text.replace(/ /g, " ");var text = document.getElementsByClassName("custom_unit_counter Octoberfest hasMousePopup with_log")[0].innerHTML;document.getElementsByClassName("custom_unit_counter Octoberfest hasMousePopup with_log")[0].innerHTML = text.replace(/ /g, " ");')
bouton.setAttribute('style', 'z-index: 932;position: fixed;top: 0px;');
document.body.appendChild(bouton)