messing with kanishka again
// ==UserScript==
// @name kanishka 2
// @namespace chriskim06
// @description messing with kanishka again
// @include https://www.w3schools.com/*
// @version 1.1
// @grant none
// ==/UserScript==
var x = document.querySelector('.w3-right.w3-hide-small.w3-wide.toptext');
if (x) {
x.innerText = 'You should be using MDN';
}
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址