Ответ 1
Итак, вы можете ссылаться на него (как и любой другой элемент), т.е.
var styles = document.getElementById('style-id');
// do anything you want, like
styles.parentNode.removeChild(styles); // remove these styles
styles.setAttribute('href', 'alternate-styles.css'); // change the style