怎么能是发送呢?
// ==UserScript== // @name ShangZou // @namespace https://flomoapp.com // @version 0.2 // @description 怎么能是发送呢? // @author Shroxd // @match https://flomoapp.com/mine // @require https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.slim.min.js // @grant none // ==/UserScript== (function() { 'use strict'; $(".submit-btn").find("span").text("上奏") })();