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 复制文本 | |
| // @namespace http://tampermonkey.net/ | |
| // @version 1.2 | |
| // @description 通过油猴右键菜单复制鼠标悬停元素的innerText | |
| // @author You | |
| // @match *://*/* | |
| // @grant GM_registerMenuCommand | |
| // ==/UserScript== |