Skip to content

Commit

Permalink
Update startupScript.js
Browse files Browse the repository at this point in the history
  • Loading branch information
As90909w authored May 7, 2024
1 parent d660bde commit 9aac687
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions startupScript.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = <p>/ YASHNEEL SUCKS! HE IS POOP/ </p>
link.href = localStorage.getItem("faviconUrl");
document.getElementsByTagName('head')[0].appendChild(link);
var storedTitle = localStorage.getItem("title");
Expand Down

0 comments on commit 9aac687

Please sign in to comment.