dddd
// ==UserScript==
// @name 芋道文档
// @namespace http://tampermonkey.net/
// @version 2025-03-15
// @description dddd
// @author You
// @match https://doc.iocoder.cn/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=iocoder.cn
// @grant none
// @license MIT
// @run-at document-start
// ==/UserScript==
(function () {
"use strict";
document.cookie = "88974ed8-6aff-48ab-a7d1-4af5ffea88bb=fuck";
Cookies = null;
})();