I want to add the css href link dynamically in header after checking specific url in window. for example
when i open
red.abc.com
a css href link dynamically load/add in header
<link href="red.css" rel="stylesheet">
and with
abc.com
this css link should be disabled or removed.