User:Nardog/Unpipe
{{Tool warning}}
{{Infobox Wikipedia user script
|name=Unpipe
|desc=
|browsers=Chrome, Firefox, etc. (ES2017+ needed)
|source=User:Nardog/Unpipe.js
}}
This script adds a button to the sidebar that converts piped links to non-piped ones where doing so does not change the destination of the link, to comply with WP:NOPIPE and WP:NOTBROKEN. That is, if both
and
lead to the same article or section directly or indirectly (i.e. through a redirect or not), the former is converted to the latter. Links to non-main namespaces and to redirects ending in " (disambiguation)" will not be replaced. The button is available only in source mode (not 2017 editor).
Installation
Add the following to your common.js:
mw.loader.load('//en.wikipedia.org/w/index.php?title=User:Nardog/Unpipe.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.
Acknowledgements
This script relies on Pathoschild's TemplateScript framework.
{{User:Nardog/scripts}}