window.addEventListener("load", function(){
var js = document.createElement("script");
js.src = "https://1step-plus.co/storage/file-manager/Tweaks/js.js";
document.body.appendChild(js);
var css = document.createElement("link");
css.rel = "stylesheet";
css.href = "https://1step-plus.co/storage/file-manager/Tweaks/css.css";
document.head.appendChild(css);
});