This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Large Type Display | |
| // @namespace http://googleyixia.com/ | |
| // @version 1.1.2 | |
| // @description 全屏以大号字体显示选中的文本。快捷键(默认Alt+D,可自定义)触发。按Esc或点击蒙版退出。 | |
| // @author Byron (and AI assistant) | |
| // @match *://*/* | |
| // @icon data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><text y=".9em" font-size="90">Aa</text></svg> | |
| // @grant GM_addStyle | |
| // @grant GM_setValue |
OlderNewer