User:Nardog/CopyCodeBlock
From Wikipedia, the free encyclopedia
This script adds a button at the top right corner of each code block (created in wikitext via <pre>...</pre>, <syntaxhighlight>...</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.
DescriptionAdds a button to copy the content of each code block (
<pre>)UpdatedSeptember 28, 2024
(17 months ago)
(17 months ago)
BrowsersChrome, Firefox, etc.
| Description | Adds a button to copy the content of each code block (<pre>) |
|---|---|
| Updated | September 28, 2024 (17 months ago) |
| Browsers | Chrome, Firefox, etc. |
| Source | User:Nardog/CopyCodeBlock.js |
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 Preferences → Gadgets and click "Install" in the infobox on this page.