mirror of
https://github.com/TristanEDU/LiveOverlayExtension.git
synced 2026-01-18 10:30:34 +00:00
Updated file structure
This commit is contained in:
parent
d294f5a70d
commit
1d43394400
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,3 +0,0 @@
|
||||
.DS_Store
|
||||
node_modules/
|
||||
*.zip
|
||||
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 46 KiB |
@ -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";
|
||||
Loading…
x
Reference in New Issue
Block a user