User:Nihiltres/nothingthree-config.js

jQuery(function() {

//First, add the tabs as desired

nothingthree.tabAdd.log();

nothingthree.tabAdd.sandbox();

nothingthree.tabAdd.purge();

//Next, some miscellaneous additions…

nothingthree.specificAutoWatch();

nothingthree.tabMove.protection();

nothingthree.tabMove.deletion();

nothingthree.tabMove.contribs();

nothingthree.sidebar.toggleTab();

nothingthree.sidebar.remember();

nothingthree.tops.toggleTab();

nothingthree.tabMove.watch();

nothingthree.monoedit.toggleButton();

});