Greasy Fork

Greasy Fork is available in English.

BetterNMF

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

目前为 2021-05-23 提交的版本,查看 最新版本

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