// Turns the "+comment" tab into "+" // [[:en:MediaWiki:Gadget-addsection-plus.js]] jQuery(document).ready(function() { $('li#ca-addsection a').text('+'); });