codecopy
codecopy copied to clipboard
A browser extension that adds copy to clipboard buttons on every code block
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...
I've been digging to find a JS library that will add this natively to a web app, rather than a user having to install an extension in their browser. It...
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...
I have tested this plugin on Edge browser on Ubuntu 20.04. It works as expected without any code changes. I tried this with some custom domains like [Python Flask](https://palletsprojects.com/p/flask/) and...
Update the extension in firefox as it is not updated recently
Add github.io to the list of websites
The documentation states that custom domains can be added by right-clicking on the extension and choosing "Enable CodeCopy on this domain". https://github.com/zenorocha/codecopy#custom-domains I have installed the extension on multiple browsers...
This is a visual bug: when it’s enabled, the spacing above code blocks is larger than the one below them. Screenshot: A possible fix is to change `` into a...