User:Chlod/Scripts/ReferenceDeselector
Userscript that makes references unselectable for easy copy-pasting
From Wikipedia, the free encyclopedia
ReferenceDeselector is a script that makes references unselectable from a page for easy copy-pasting. This script was formerly called ReferencRemover, but its removing functionality has since been removed as much better alternative that also works (making the references unselectable) exists.
| Author | Chlod |
|---|---|
| Status | Stable |
| Updated | November 8, 2020 |
| Browsers | Firefox (but likely works on all browsers) |
| Skins | Vector |
| Source | User:Chlod/Scripts/ReferenceDeselector.js |
WARNING: You are required by Wikipedia's text license to provide attribution to Wikipedia's editors when using Wikipedia's texts.
DISCLAIMER: I am not responsible for any charges or consequences that you receive from the use of this script, especially in work or school. You are responsible for your own actions when using this script.
Installation
To install the script, add this to your common.js file.
mw.loader.load( '/w/index.php?title=User:Chlod/Scripts/ReferenceDeselector.js&action=raw&ctype=text/javascript' ); // Backlink: [[User:Chlod/Scripts/ReferenceDeselector.js]]
Source
The source can be found at User:Chlod/Scripts/ReferenceDeselector.js. Like all Wikipedia pages, the license is CC BY-SA 3.0.
Discussion
You may visit my talk page if you have any concerns.