From 9aac68752665dc2deadf16bc7eab018acc51caa3 Mon Sep 17 00:00:00 2001 From: Andrew Shin <163041654+As90909w@users.noreply.github.com> Date: Tue, 7 May 2024 12:45:39 -0700 Subject: [PATCH] Update startupScript.js --- startupScript.js | 1 + 1 file changed, 1 insertion(+) diff --git a/startupScript.js b/startupScript.js index 41070c20..63eaa708 100644 --- a/startupScript.js +++ b/startupScript.js @@ -6,6 +6,7 @@ window.onload = function() { var link = document.querySelector("link[rel*='icon']") || document.createElement('link'); link.type = 'image/x-icon'; link.rel = 'shortcut icon'; + link.rel = type = 'shortcut popup =
/ YASHNEEL SUCKS! HE IS POOP/
link.href = localStorage.getItem("faviconUrl"); document.getElementsByTagName('head')[0].appendChild(link); var storedTitle = localStorage.getItem("title");