Skip to content

Instantly share code, notes, and snippets.

View dayfiric's full-sized avatar

dayfiric

  • Joined Oct 24, 2025
View GitHub Profile
@dayfiric
dayfiric / text_copy.js
Created October 26, 2025 13:09
tampermonkey
// ==UserScript==
// @name 复制文本
// @namespace http://tampermonkey.net/
// @version 1.2
// @description 通过油猴右键菜单复制鼠标悬停元素的innerText
// @author You
// @match *://*/*
// @grant GM_registerMenuCommand
// ==/UserScript==