Updated file structure

This commit is contained in:
TristanEDU 2025-10-11 14:27:06 -07:00
parent d294f5a70d
commit 1d43394400
4 changed files with 2 additions and 4 deletions

3
.gitignore vendored
View File

@ -1,3 +0,0 @@
.DS_Store
node_modules/
*.zip

View File

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View File

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 46 KiB

View File

@ -2,7 +2,8 @@ console.log("LiveOverlayExtension: content script loaded");
if (!document.getElementById("overlay-iframe")) {
const iframe = document.createElement("iframe");
iframe.src = "https://hiousastg.wpengine.com";
iframe.src = "https://hiousastg.wpenginepowered.com/hole-in-one-insurance/";
console.log(iframe.src);
iframe.id = "overlay-iframe";
iframe.style.position = "fixed";
iframe.style.top = "0";