mirror of
https://github.com/Ximi1970/systray-x.git
synced 2025-11-11 15:56:08 +01:00
Cleanup style
This commit is contained in:
4
webext/js/styles.js
Normal file
4
webext/js/styles.js
Normal file
@@ -0,0 +1,4 @@
|
||||
var stylesheet = document.currentScript.getAttribute('stylesheet');
|
||||
document.getElementsByTagName("head")[0].insertAdjacentHTML(
|
||||
"beforeend",
|
||||
`<link rel=\"stylesheet\" href=${stylesheet} />`);
|
||||
Reference in New Issue
Block a user