User:Technical 13/Scripts/Gadget-listStyles
Appearance
This script adds a link that will change the bulleted lists found on Special:WhatLinksHere results, Special:Contributions pages, History pages, and Categories from the bullet image to a numbered list.
Using this script
On the English Wikipedia
This script can be imported to your global .js page by adding:
importScript( 'User:Technical 13/Scripts/Gadget-listStyles.js' );// [[User:Technical 13/Scripts/Gadget-listStyles]]
On other WMF projects
This script should also work on other projects of the Wikimedia Foundation. Simply add:
mw.loader.load( '//en.wikipedia.org/w/index.php?title=User:Technical 13/Scripts/Gadget-listStyles.js&action=raw&ctype=text/javascript' );//[[User:Technical 13/enwpScripts]]
...to your common.js page on that site.