Create & Init Project...
This commit is contained in:
commit
30c13c2cc2
15
mcbbs/cleangreen.sh
Normal file
15
mcbbs/cleangreen.sh
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
// ==UserScript==
|
||||||
|
// @name cleangreen
|
||||||
|
// @namespace http://script.yumc.pw/
|
||||||
|
// @version 1.0
|
||||||
|
// @description 去除 Mcbbs 的绿帽子
|
||||||
|
// @author 喵♂呜
|
||||||
|
// @include http*://mcbbs.tvt.im/*
|
||||||
|
// @include http*://mcbbs.net/*
|
||||||
|
// @include http*://www.mcbbs.net/*
|
||||||
|
// ==/UserScript==
|
||||||
|
var s = document.createElement("style");
|
||||||
|
s.innerHTML='#nv .nv_ul li a {background:#b79865 ;border-right: 1px solid #b79865;border-left: 1px solid #b79865;}'+
|
||||||
|
'#nv .nv_ul {background:#b79865;}'+
|
||||||
|
'#toptb {background:#b79865;}';
|
||||||
|
(document.head || document.documentElement).appendChild(s);
|
Loading…
Reference in New Issue
Block a user