Skip to content

Instantly share code, notes, and snippets.

// ==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