mirror of
https://github.com/luanslimadev/Wand-Enhancer.git
synced 2026-09-04 12:13:17 +00:00
Release 1.0.7.0: Remote Web Panel & Stability Fixes
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
(() => {
|
||||
if (document.documentElement.dataset.wandEnhancerCustomScript === 'loaded') {
|
||||
return;
|
||||
}
|
||||
|
||||
document.documentElement.dataset.wandEnhancerCustomScript = 'loaded';
|
||||
console.info('[Wand Enhancer] Custom renderer script loaded');
|
||||
})();
|
||||
Reference in New Issue
Block a user