Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
How can I include an external stylesheet? I've tried:
loadcss = document.createElement('link');
loadcss.setAttribute("rel", "stylesheet");
loadcss.setAttribute("type", "text/css");
loadcss.setAttribute("href", "style.css");
document.getElementsByTagName("head")[0].appendChild(loadcss);
..inside LoadScript->AddExtension() { } but without success, any ideas?
best regards.
Ok, good to know, nonetheless.
Do you know how other extensiondevelopers generally tackle their HTML-situation?
thanks.