BetterNMF

网易我的世界论坛简单优化和扩展

当前为 2021-04-05 提交的版本,查看 最新版本

// ==UserScript==
// @name           BetterNMF
// @namespace       https://mcwater.ga
// @author          开炸弹车
// @description     网易我的世界论坛简单优化和扩展
// @match           https://mc.netease.com/*
// @version         0.0.2
// @license      CC BY 4.0
// @require      https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.slim.min.js
// ==/UserScript==
(function () {
"use strict";
$('div.z a[href="//cc.163.com/category/9006/"]').text("NMFWiki")
$('div.z a[href="//cc.163.com/category/9006/"]').attr("href","//nmfwiki.miraheze.org")
$('div.z a[href="//ds.163.com/?from16163=mc"]').text("MCBBS")
$('div.z a[href="//ds.163.com/?from16163=mc"]').attr("href","//www.mcbbs.net")
$('body').css("background","#350C0A url(https://patchwiki.biligame.com/images/mc/b/bb/4vrraxuoi71lvrg7dnit8o7a65q23d6.png) center 0 no-repeat")
$('form.schf').attr("action","//baidu.com")
$('#toptb .wp>.z a:nth-child(7)').css("background-image","url(https://mc.netease.com/static/image/smiley/mc_head_big/052.png)")
$('#toptb .wp>.z a:nth-child(8)').css("background-image","url(https://www.mcbbs.net/favicon.ico)")
})();

QingJ © 2025

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