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