Better text visability
// ==UserScript==
// @name Voxiom Better text
// @version 0.1
// @description Better text visability
// @author Pix#7008
// @match https://voxiom.io/*
// @icon https://avatars.githubusercontent.com/u/44953835?v=4
// @grant none
// @license GPL3
// @namespace Pix_vox_bettertext
// ==/UserScript==
(function() {
'use strict';
function fixtext(){
if (document.getElementsByClassName('sc-imVSVl ekMhWj')[0]) {
if (document.getElementsByClassName('sc-imVSVl ekMhWj')[0].style.color != `#000`) {
document.getElementsByClassName(`sc-imVSVl ekMhWj`)[0].style.color = `#000`
document.getElementsByClassName(`sc-imVSVl ekMhWj`)[0].style.fontWeight = `bold`
}
}
setTimeout(fixtext, 500)
}
fixtext()
})();
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址