jQuery bookmarklet to expand all fieldsets

javascript:(function()%20{jQuery('fieldset').removeClass('collapsed');})()