// ==UserScript== // @name MT论坛 // @namespace http://tampermonkey.net/ // @description MT论坛优化 // @version 1.7.5.6 // @author MT-戒酒的李白染 // @icon https://bbs.binmt.cc/favicon.ico // @match *://bbs.binmt.cc/* // @compatible edge Beta/Dev/Candy 测试通过 // @compatible 火狐 测试通过 // @compatible Yandex 测试通过 // @grant none // @supportURL https://github.com/893177236/Monkey_script // @require http://cdn.staticfile.org/jquery/2.1.4/jquery.min.js // @downloadURL none // ==/UserScript== (function() { 'use strict'; function Latest_publication(){ var ele = document.createElement('li'); var url = window.location.href; ele.id = "latest_publication"; ele.innerHTML = '最新发表<\/a>'; document.getElementsByClassName("wp comiis_nvbox cl")[0].children[1].appendChild(ele); if(url=='https:\/\/bbs.binmt.cc\/forum.php?mod=guide&view=newthread') { document.getElementById("mn_forum_10").children[0].style="background: url("; ele.style.cssText='background: url("https:\/\/cdn2.bbs.binmt.cc\/template\/comiis_mi\/img\/nv_a.png") repeat-x 50% -50px;'; } } function insert_empty_title(){ if(location.href.match(/mod=post&action=newthread&fid=50/g)!=null){ var a = document.createElement("div"); var b = document.querySelector("#postform > div > div:nth-child(5)"); a.className="comiis_btnbox cl"; a.innerHTML='