Copy it 🚀

Copy it: Listen for mouse click events, combined with Alt, Shift, and Ctrl (Windows/Linux) or Command (macOS) keys, to copy the text content or title attribute of an element, supporting snake_case, kebab-case, and PascalCase format conversion.

这些是此脚本变更过代码的版本。 显示所有版本。

  • v1.5.1 2025-07-15

    feat: 兼容 macOS Command 按键

  • v1.5.0 2025-03-06

    拷贝标签页 URL (`ALT` + `T`)

  • v1.4.0 2024-11-01

    支持右边 Alt 复制为 snake_case

  • v1.3.0 2023-12-19

    feat: Support Web Components

  • v1.2.0 2023-08-02

    采用 Lodash camelCase,capitalize,kebabCase,snakeCase 方法转换

  • v1.1.0 2023-05-30

    feat: support input/textarea/select, select need click twice

  • v1.0.3 2023-04-25

    Copy text using GM_setClipboard

  • v1.0.2 2022-12-01

    chore: alt → copy tesxt, alt + shift → copy as kebab-case

  • v1.0.1 2022-07-22

    fix: add addEventListener

  • v1.0.0 2022-07-21