mirror of
https://github.com/Ximi1970/systray-x.git
synced 2025-11-09 06:46:07 +01:00
5 lines
202 B
JavaScript
5 lines
202 B
JavaScript
|
|
var stylesheet = document.currentScript.getAttribute('stylesheet');
|
||
|
|
document.getElementsByTagName("head")[0].insertAdjacentHTML(
|
||
|
|
"beforeend",
|
||
|
|
`<link rel=\"stylesheet\" href=${stylesheet} />`);
|