@Yater 在 来一段神秘代码 中发帖
神秘代码,功能未知。 🫠
// ==UserScript==
// @name Mysterious Code
// @namespace Yater
// @match https://linux.do/*
// @grant none
// @version 0.1
// @author yater
// @run-at document-start
// @description Mysterious Code
// ==/UserScript==
(function (){
new MutationObserver((mutations) => {
mutations.forEach((mutation) => {
if (mutation.type === "...