/*网址:https://mubu.com/app*/
// ==UserScript==
// @name MuBu
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @match https://mubu.com/app/edit/home/*
// @grant GM_addStyle
// ==/UserScript==
/*修改内置红色字体的颜色*/
GM_addStyle(".kOkZSX .mm-editor span.text-color-red{color:#ed7084 !importantl; }");