diff --git a/public/FramesBrowser/index.html b/public/FramesBrowser/index.html index 2dfe5bc..1c45da3 100644 --- a/public/FramesBrowser/index.html +++ b/public/FramesBrowser/index.html @@ -24,7 +24,6 @@ } body { margin: 0px; - overflow: hidden; max-width: 100vw; max-height: 100vh; } @@ -74,9 +73,7 @@ @@ -101,11 +98,36 @@ Frames Browser v2023-09-23 (WIP). The code is fully open, and you can review it with "View Page Source".

-
+
+

Frames Browser

+

Frames Browser is an iFrame-based HTML5 browser made for fun and development. Use the above menu to operate the app.

+

Note: the app is still in development and data handling may break between versions! Backup your data externally to avoid losing it.

+ +

Changelog

+

2024-03-15

+

2023-09-23 and before

+
diff --git a/public/Userscripts/index.html b/public/Userscripts/index.html index fc4a6bc..26e17ae 100644 --- a/public/Userscripts/index.html +++ b/public/Userscripts/index.html @@ -17,16 +17,20 @@

My Userscripts ⚙️


-

- This page exists so that I can aggregate and organize (some of) my userscripts, - mostly made for fixing things that other developers should have fixed instead. -

- And it also makes it seem like this website has more content and that I'm girlbossing very hard to improve the web 😇. -
- (No ok idk why I've written this part tbh, I felt like I had to say something more but I had no proper idea lmaoo) -

- Feel free to try, inspect, share, or modify all of them. -

+
+

+ This page exists so that I can aggregate and organize (some of) my userscripts, + mostly made for fixing things that other developers should have fixed instead. +

+

+ And it also makes it seem like this website has more content and that I'm girlbossing very hard to improve the web 😇. +
+ (No ok idk why I've written this part tbh, I felt like I had to say something more but I had no proper idea lmaoo) +

+

+ Feel free to try, inspect, share, or modify all of them. +

+

Loading data, hang on...

@@ -71,7 +75,7 @@ scriptBox.innerHTML += `

${scriptName} - Updated ${scriptUpdated} + Updated ${scriptUpdated}

${scriptAbout}

@@ -103,7 +107,7 @@ var scriptAbout = doc.querySelector('section#script-info > header > p#script-description').textContent; scriptBox.querySelector('a').textContent = scriptName; scriptBox.querySelector('p').innerHTML = `${scriptAbout}`; - scriptBox.querySelector('span').innerHTML = `v${scriptVersion}, Updated ${scriptUpdated}`; + scriptBox.querySelector('span').innerHTML = `v${scriptVersion}, Updated ${scriptUpdated}`; var detailsElem = document.createElement('details'); detailsElem.style = 'text-align: initial;'; detailsElem.innerHTML = doc.querySelector('section#script-info > div#script-content > div#additional-info').innerHTML;