Shanb (@sehsapneb) 在 又一个自欺欺人的插件….. 中发帖
带上这个东西,你就是最先用上3.5opus的一批人🙃
// ==UserScript==
// @name Sonnet to Opus Replacer
// @namespace https://staybrowser.com/
// @version 0.1
// @description Replaces all occurrences of "Sonnet" with "Opus" on web pages
// @author You
// @match *://*/*
// @grant none
// ==/UserScript==
(function() {
'use strict';
function replaceText() {
const element...