Unload CSS from webpage April 23, 2023 by Tarik Take the link element and disable it document.getElementsByTagName('link')[0].disabled = true;