// ==UserScript== // @name BetterNMF // @namespace https://mcwater.ga // @author 开炸弹车 // @description 网易我的世界论坛简单优化和扩展 // @match https://mc.netease.com/* // @version 0.1.1 // @license CC BY 4.0 // @downloadURL none // ==/UserScript== (function () { let $ = jQuery; "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)") $("div#OPD-COPYRIGHT").css("display","none"); })();