Jump to content

User:Nardog/CopyCodeBlock

From Wikipedia, the free encyclopedia
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
CopyCodeBlock
DescriptionAdds a button to copy the content of each code block (<pre>)
UpdatedSeptember 28, 2024
    (7 months ago)
BrowsersChrome, Firefox, etc.
SourceUser:Nardog/CopyCodeBlock.js

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.

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.