Skip to content

Commit

Permalink
Update skibidiprincipal.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Pinball3D authored Sep 23, 2024
1 parent 0a462f0 commit 03f20c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skibidiprincipal.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ const newWindow = window.open('https://nhs.newtown.k12.ct.us/NHSPrincipal/');
newWindow.onload = function() {
newWindow.document.querySelector("img[src='/_theme/images/Klong.png']").src="https://imgix.bustle.com/uploads/image/2024/7/24/fb89d756/screen-shot-2024-07.png?w=320&h=525&fit=crop&crop=faces&q=50&dpr=2"
newWindow.console.log('New window loaded and script executed!');
});
};

0 comments on commit 03f20c6

Please sign in to comment.