All Projects → pinple → copy2clipboard

pinple / copy2clipboard

Licence: Apache-2.0 license
🐒a tampermonkey script to copy code anywhere.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to copy2clipboard

userscript
My Userscripts
Stars: ✭ 30 (-46.43%)
Mutual labels:  tampermonkey
YouTube-Livechat-Channel-Resolver
A simple userscript that restores the "Visit Channel" aka "Go To Channel" functionality in YouTube Livestream Chats.
Stars: ✭ 43 (-23.21%)
Mutual labels:  tampermonkey
WELearnHelper
显示WE Learn随行课堂题目答案;支持班级测试;自动答题;刷时长;开放自定义设置
Stars: ✭ 247 (+341.07%)
Mutual labels:  tampermonkey
lss-manager-v3
Das offizielle Repo für den LSS Manager
Stars: ✭ 38 (-32.14%)
Mutual labels:  tampermonkey
anilist-chinese
Translate anime titles on anilist.co to Chinese
Stars: ✭ 21 (-62.5%)
Mutual labels:  tampermonkey
tampermonkey-scripts
TampermonkeyScripts
Stars: ✭ 24 (-57.14%)
Mutual labels:  tampermonkey
Stay
Stay is a local userscript manager and an extension sample for Safari on iOS/iPadOS.
Stars: ✭ 672 (+1100%)
Mutual labels:  tampermonkey
Trakt-Userscripts
Userscripts to improve and add features to Trakt.tv
Stars: ✭ 39 (-30.36%)
Mutual labels:  tampermonkey
userscripts
Userscripts and Userstyles
Stars: ✭ 18 (-67.86%)
Mutual labels:  tampermonkey
darkmode
油猴脚本 - 实现任意网站的夜间模式,保护眼睛。
Stars: ✭ 37 (-33.93%)
Mutual labels:  tampermonkey
userscript-enhance-bilibili-player
增强哔哩哔哩播放器的使用体验(Tampermonkey script)
Stars: ✭ 32 (-42.86%)
Mutual labels:  tampermonkey
direct google
Direct Google
Stars: ✭ 36 (-35.71%)
Mutual labels:  tampermonkey
JavaScripts
A collection of userscripts for interacting with Danbooru.
Stars: ✭ 18 (-67.86%)
Mutual labels:  tampermonkey
aims-gpa-calculator
No description or website provided.
Stars: ✭ 27 (-51.79%)
Mutual labels:  tampermonkey
bgmtools
Bangumi小工具
Stars: ✭ 66 (+17.86%)
Mutual labels:  tampermonkey
klas-helper
🎠 광운대학교 KLAS 사이트에 편리한 기능을 추가할 수 있는 유저 스크립트
Stars: ✭ 60 (+7.14%)
Mutual labels:  tampermonkey
auto-task
此版本不再维护,新版本地址:https://github.com/HCLonely/auto-task-v4
Stars: ✭ 37 (-33.93%)
Mutual labels:  tampermonkey
ss21
a fresh attempt at a 4chan userstyle
Stars: ✭ 34 (-39.29%)
Mutual labels:  tampermonkey
word frequency
[Refactoring scheduled] 📊 A script to analyse the frequencies of words in web pages.
Stars: ✭ 13 (-76.79%)
Mutual labels:  tampermonkey
GreasyFork-Scripts
该项目开源代码用于主流浏览器的油猴脚本,包含字体渲染脚本 Font Rendering.user.js, 搜索引擎跳转工具 Google & Baidu Switcher.user.js.
Stars: ✭ 260 (+364.29%)
Mutual labels:  tampermonkey

copy2clipboard

A tampermonkey script, to add a code copy button to Stack Overflow, Github, Zhihu and other web sites, as long as the source code is wrapped in the <pre> html tag.

demo

Install

Please go to https://openuserjs.org/scripts/neulana/copy2clipboard or https://greasyfork.org/zh-CN/scripts/375274-copy2clipboard

Supported websites

https://github.com/*
https://stackoverflow.com/*
https://*.zhihu.com/*
https://www.jianshu.com/*
https://dev.to/*

How to custom

If you find any website that not in the above list, you can add your websites at the top of the script.there is some steps:

  1. Find the Tampermonkey extension in the Chrome;

  2. Click the "administration panel" in the popup list;

  3. Find the "copy2clipboard", click the "edit" in the "operation" on the right;

  4. Add your websites at the top of the script, support for regular expressions, for example:

    // @include      https://example.com/*
  5. Happy Copy!

Thanks

If you feel good about it, please give me a star.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].