From e680d32e32ed042ccefdd79dd7f98cd2e0211a59 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Wed, 1 May 2024 21:15:51 -0500 Subject: [PATCH] api retrieval improvements - get musicthread from pastebin instead of direct - don't execute scripts until page is fully loaded - only execute script if matching element id is on page --- musicthread.html | 21 ++-- tempest.html | 238 ++++++++++++++++++++++--------------------- web_head.html | 257 ++++++++++++++++++++++++----------------------- 3 files changed, 269 insertions(+), 247 deletions(-) diff --git a/musicthread.html b/musicthread.html index 0d9810b..4390405 100644 --- a/musicthread.html +++ b/musicthread.html @@ -6,19 +6,24 @@ MusicThread Test

Now Playing

\ No newline at end of file diff --git a/tempest.html b/tempest.html index c79c351..0cd099a 100644 --- a/tempest.html +++ b/tempest.html @@ -5,125 +5,131 @@ Weather Test diff --git a/web_head.html b/web_head.html index 688bcda..ceaa74f 100644 --- a/web_head.html +++ b/web_head.html @@ -1,134 +1,145 @@