A tampermonkey script, to add a code copy button to Stack Overflow, Zhihu and other web sites, as long as the source code is wrapped in the <pre> html tag.
Please go to https://openuserjs.org/scripts/neulana/copy2clipboard or https://greasyfork.org/zh-CN/scripts/375274-copy2clipboard
https://stackoverflow.com/*
https://*.zhihu.com/*
https://www.jianshu.com/*
https://dev.to/*
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:
-
Find the Tampermonkey extension in the Chrome;
-
Click the "administration panel" in the popup list;
-
Find the "copy2clipboard", click the "edit" in the "operation" on the right;
-
Add your websites at the top of the script, support for regular expressions, for example:
// @include https://example.com/*
-
Happy Copy!
If you feel good about it, please give me a star⭐.