Username History tab changer

replaces the "username history" with a shorter phrase so it actually shows on one line

// ==UserScript==
// @name        Username History tab changer
// @namespace   jiggmin
// @description replaces the "username history" with a shorter phrase so it actually shows on one line
// @include     http://jiggmin.com/members/*
// @version     1
// @grant       none
// ==/UserScript==

document.getElementById("usernamehistory-tab").innerHTML = "Name History"

QingJ © 2025

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