mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-03 16:38:31 +00:00
This is a maintenance commit, while working towards building a version of the extension that can be packaged to not use the CDN.
This commit is contained in:
parent
109898a10d
commit
d0bae9abe1
2 changed files with 22 additions and 16 deletions
|
@ -21,5 +21,6 @@
|
|||
script.async = true;
|
||||
script.crossOrigin = 'anonymous';
|
||||
script.src = `${SERVER}/${FLAVOR}.js?_=${Date.now()}`;
|
||||
document.body.classList.add('ffz-ext');
|
||||
document.head.appendChild(script);
|
||||
})();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue