first commit

This commit is contained in:
Kian
2025-12-20 09:24:02 -05:00
commit 3e84da3dd1
2 changed files with 113 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
function popup(){
alert('hello there this is a test popup');
console.log("hellooooo");
}
function replace_text(){
var x= document.getElementById("ub-tabbed-content-f5da2756-8434-41cd-aa83-ec95a71a9c26-panel-0");
x.innerHTML=js_variable;
}
document.addEventListener("DOMContentLoaded", function () {
popup();
replace_text();
});