Skip to content

Commit

Permalink
Merge pull request #333 from VillainsRule/about-blank-improver
Browse files Browse the repository at this point in the history
Redo iframe opening
  • Loading branch information
xbubbo authored Dec 21, 2023
2 parents fcdd565 + d585811 commit 45d48d7
Showing 1 changed file with 10 additions and 24 deletions.
34 changes: 10 additions & 24 deletions static/assets/scripts/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,31 +6,17 @@ try {
inFrame = true;
};

if (!inFrame && !navigator.userAgent.includes("Firefox")) {
const popup = open("about:blank", "_blank")
if (!popup || popup.closed) alert("Please allow popups and redirects.")
if (!inFrame && !navigator.userAgent.includes('Firefox')) {
const popup = open('about:blank', '_blank')
if (!popup || popup.closed) alert('Please allow popups and redirects.');
else {
const doc = popup.document
const iframe = doc.createElement("iframe")
const style = iframe.style
const link = doc.createElement("link")

const name = localStorage.getItem("name") || "My Drive - Google Drive";
const icon = localStorage.getItem("icon") || "https://ssl.gstatic.com/assets/media/branding/product/1x/drive_2020q4_32dp.png";

doc.title = name;
link.rel = "icon";
link.href = icon;

iframe.src = location.href
style.position = "fixed"
style.top = style.bottom = style.left = style.right = 0
style.border = style.outline = "none"
style.width = style.height = "100%"

doc.head.appendChild(link);
doc.body.appendChild(iframe);
location.replace(localStorage.getItem('panicLink') || 'https://www.nasa.gov/');
popup.document.write(`
<iframe src="${location.href}" style="position:fixed;top:0;left:0;width:100%;height:100%;outline:none;border:none;"></iframe>
<title>${localStorage.getItem('name') || 'My Drive - Google Drive'}</title>
<link rel="icon" href="${localStorage.getItem('icon') || 'https://ssl.gstatic.com/assets/media/branding/product/1x/drive_2020q4_32dp.png'}">
`);

location.replace(localStorage.getItem('panicLink') || 'https://classroom.google.com');
};
};

Expand Down

18 comments on commit 45d48d7

@hop-deploy
Copy link

@hop-deploy hop-deploy bot commented on 45d48d7 Dec 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment Status Build Logs Updated At
st3llar ❌ Failed View Logs 2023-12-21T03:10:28.945Z

@hop-deploy
Copy link

@hop-deploy hop-deploy bot commented on 45d48d7 Dec 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment Status Build Logs Updated At
we-love-art ✅ Deployed View Logs 2023-12-21T03:10:56.666Z

@hop-deploy
Copy link

@hop-deploy hop-deploy bot commented on 45d48d7 Dec 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment Status Build Logs Updated At
interstellar ✅ Deployed View Logs 2023-12-21T03:11:09.455Z

@hop-deploy
Copy link

@hop-deploy hop-deploy bot commented on 45d48d7 Dec 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment Status Build Logs Updated At
mountpath ✅ Deployed View Logs 2023-12-21T03:11:09.703Z

@hop-deploy
Copy link

@hop-deploy hop-deploy bot commented on 45d48d7 Dec 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment Status Build Logs Updated At
interstellar ✅ Deployed View Logs 2023-12-21T03:11:16.660Z

@hop-deploy
Copy link

@hop-deploy hop-deploy bot commented on 45d48d7 Dec 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment Status Build Logs Updated At
interstellar ✅ Deployed View Logs 2023-12-21T03:11:26.072Z

@hop-deploy
Copy link

@hop-deploy hop-deploy bot commented on 45d48d7 Dec 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment Status Build Logs Updated At
st3lla ❌ Failed View Logs 2023-12-21T03:11:31.421Z

@hop-deploy
Copy link

@hop-deploy hop-deploy bot commented on 45d48d7 Dec 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment Status Build Logs Updated At
interstellar ✅ Deployed View Logs 2023-12-21T03:11:42.280Z

@hop-deploy
Copy link

@hop-deploy hop-deploy bot commented on 45d48d7 Dec 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment Status Build Logs Updated At
interstellar ✅ Deployed View Logs 2023-12-21T03:11:42.346Z

@hop-deploy
Copy link

@hop-deploy hop-deploy bot commented on 45d48d7 Dec 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment Status Build Logs Updated At
interstellar ✅ Deployed View Logs 2023-12-21T03:11:42.875Z

@hop-deploy
Copy link

@hop-deploy hop-deploy bot commented on 45d48d7 Dec 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment Status Build Logs Updated At
sex ✅ Deployed View Logs 2023-12-21T03:11:54.650Z

@hop-deploy
Copy link

@hop-deploy hop-deploy bot commented on 45d48d7 Dec 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment Status Build Logs Updated At
interstellar ✅ Deployed View Logs 2023-12-21T03:11:59.331Z

@hop-deploy
Copy link

@hop-deploy hop-deploy bot commented on 45d48d7 Dec 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment Status Build Logs Updated At
interstellar ✅ Deployed View Logs 2023-12-21T03:12:06.710Z

@hop-deploy
Copy link

@hop-deploy hop-deploy bot commented on 45d48d7 Dec 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment Status Build Logs Updated At
talonnexus ✅ Deployed View Logs 2023-12-21T03:12:13.882Z

@hop-deploy
Copy link

@hop-deploy hop-deploy bot commented on 45d48d7 Dec 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment Status Build Logs Updated At
gokudoespartyparty ✅ Deployed View Logs 2023-12-21T03:12:16.986Z

@hop-deploy
Copy link

@hop-deploy hop-deploy bot commented on 45d48d7 Dec 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment Status Build Logs Updated At
interstellar ✅ Deployed View Logs 2023-12-21T03:12:29.322Z

@hop-deploy
Copy link

@hop-deploy hop-deploy bot commented on 45d48d7 Dec 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment Status Build Logs Updated At
interstellar ✅ Deployed View Logs 2023-12-21T03:12:41.916Z

@hop-deploy
Copy link

@hop-deploy hop-deploy bot commented on 45d48d7 Dec 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment Status Build Logs Updated At
learnmath ✅ Deployed View Logs 2023-12-21T03:12:49.078Z

Please sign in to comment.