经典骗自己 分类于 UserScript 12345678910111213141516// ==UserScript==// @name 经典骗自己// @namespace http://tampermonkey.net/// @version 2024-07-04// @description 修改bugku个人中心页面所有显示出来的数据信息// @author Garmin// @match https://ctf.bugku.com/user/info/id/*// @icon https://www.google.com/s2/favicons?sz=64&domain=ctf.bugku.com// @grant none// ==/UserScript==(function() { 'use strict'; document.body.contentEditable='true';})();