User:Nardog/CopyCodeBlock
{{Infobox Wikipedia user script
|name=CopyCodeBlock
|desc=
|browsers=Chrome, Firefox, etc.
|source=User:Nardog/CopyCodeBlock.js
}}
This script adds a button at the top right corner of each code block (created in wikitext via {{tag|pre}}, {{tag|syntaxhighlight}}, or a line beginning with a space, or the entirety of a Lua, CSS, or JavaScript page) that only shows up when your mouse cursor is inside the block and copies the content of the block when clicked.
Installation
Add the following to your common.js or global.js:
mw.loader.load('//en.wikipedia.org/w/index.php?title=User:Nardog/CopyCodeBlock.js&action=raw&ctype=text/javascript');
Or you may enable the script installer in {{myprefs|Gadgets}} and click "Install" in the infobox on this page.
{{User:Nardog/scripts}}