I\'m using JavaScript to enable/disable stylesheets using the following:
document.styleSheets[0].disabled = true|false;
This JS works fine,
You can use JavaScript's removeAttribute method for that.
something