New script - mobx.js.org

9/7/2020, 3:28:31 PM

// ==UserScript==
// @name        New script - mobx.js.org
// @namespace   Violentmonkey Scripts
// @match       https://mobx.js.org/*
// @grant       none
// @version     1.0
// @author      -
// @description 9/7/2020, 3:28:31 PM
// ==/UserScript==

const style = document.createElement("style");

style.innerText = `nav.slidingNav::before{
  content: "All Black Lives Matter"
}`;

document.documentElement.append(style);

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址