Removes html.no-js and adds html.js to give your CSS something to work with when JS is on or off. Minifies to 85 bytes
(function(C) { C.className = C.className.replace(/\bno-js\b/g,'') + ' js'; }(document.documentElement))