// ==UserScript== // @name aggrx 测试测试 // @namespace http://tampermonkey.net/ // @version 1.0.0 // @description aggrx用来测试 // @author You // @match https://claude.ai/* // @match https://chat.openai.com/* // @match https://gpt.aggrx.com/* // @grant none // @license AGPL License // @downloadURL none // ==/UserScript== (function() { 'use strict'; // 获取当前保存的用户名或默认值 var savedUsername = localStorage.getItem('tmUsername') || ''; // 创建浮层 var panel = document.createElement('div'); panel.innerHTML = `