Skip to content

Commit

Permalink
Update titlestuff.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Nintendoboi22 authored Nov 19, 2024
1 parent 1bae625 commit fb48da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion titlestuff.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ let intervalId;
window.addEventListener("keydown", function (e) {
if (e.key === "q" || e.key === "Q") {
document.title = "Inbox (4)";
window.open("https://drive.google.com", "_blank");
window.location.href = "https://drive.google.com";

let link = document.querySelector("link[rel*='icon']") || document.createElement('link');
link.type = 'image/png';
Expand Down

0 comments on commit fb48da8

Please sign in to comment.