Summary
editUser:Ohconfucius/script/MOSNUM dates is a great script, but it adds many buttons to your tools sidebar. For those who only want a few of those buttons, this script makes it easy to show only the buttons you want.
Usage
editkeep_items = ['dmy-unitfixer', 'mdy-unitfixer'];
importScript('User:Sondra.kinsey/scripts/Some MOSNUM dates.js');
FAQ
edit- What are my options for
keep_items? - You can either look at the html source or execute the following in a Javascript console:
$('#p-tb li').map(function(i,el){return el.id}).toArray(). If you have trouble with this, file a bug report below.
Status
editThis is currently pre-alpha. It's just an idea written as code for now.
Future development
edit- It would be nice to add an option to show all except specified items, rather than hiding all except specified items.
- Add your own feature request here.
Bug reports
editReport them here.