New script - reactjs.org

9/7/2020, 3:03:49 PM

目前為 2020-09-07 提交的版本,檢視 最新版本

// ==UserScript==
// @name        New script - reactjs.org
// @namespace   Violentmonkey Scripts
// @match       https://reactjs.org/
// @grant       none
// @version     1.0
// @author      -
// @description 9/7/2020, 3:03:49 PM
// ==/UserScript==

setInterval(() => {

  const $BLMdiv = document.querySelector(".css-f5odvb");
  if(/^Black/.test($BLMdiv.innerText)){
    $BLMdiv.innerHTML = $BLMdiv.innerHTML.replace("Black", "All Black");
    $BLMdiv.removeChild($BLMdiv.querySelector("a"))
  }
}, [1000])

QingJ © 2025

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