corectif bug affichage

fr

目前为 2015-09-23 提交的版本。查看 最新版本

// ==UserScript==
// @name        corectif bug affichage
// @namespace   newtab
// @include     https://*.the-west.*
// @version     1
// @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, " ");')
bouton.setAttribute('style', 'z-index: 932;position: fixed;top: 0px;');
document.body.appendChild(bouton)

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址