扩展管理器
添加新脚本
更新到Github
// ==UserScript== // @name Dictation On // @namespace https://wuhecong.github.io/index.html // @version 0.1 // @description try to take over the world! // @author You // @match https://www.hao123.com/?tn=39005028_243_hao_pg // @grant none // ==/UserScript== (function() { 'use strict'; // Your code here... })();