From 4b2ff56961437f2a2a753f3ceef50c6918949665 Mon Sep 17 00:00:00 2001 From: prplwtf Date: Fri, 10 Jan 2025 14:07:15 +0100 Subject: [PATCH] fix: 1. what --- browse/extensions/index.html | 597 ++++++++++++++++++++++++----------- 1 file changed, 421 insertions(+), 176 deletions(-) diff --git a/browse/extensions/index.html b/browse/extensions/index.html index dfb63c7..2f0aae2 100644 --- a/browse/extensions/index.html +++ b/browse/extensions/index.html @@ -1,182 +1,427 @@ - - - - - - - - + + + + + + + + + + + + + + + + + + +
+
+
+
+ + + + + +
+
+
+ + +
+ +
+
+
Navigation
+ +
+ +
+ + + + +
+
+
+

+ +

+

+ +

+
+
+ +
+
+
+
+

+ + + +

+

+ + + + + +

+ + + +
+
+
+
+
+ +
+ +
+ + + +
+ + + +
+ + + + +
+ + + + + +
+
+ +
+
+
+ + + +
+ +
+ +
+
+

+ Become part of Blueprint's Discord community and be one of the first to get notified about new extension releases and framework updates. +

+ Join the community + Close +
+
+ + + + + - + fetch("https://api.blueprintframe.work/api/extensions/"+extension_id) + .then((response) => response.json()) + .then((data) => { + displayProduct(data); + }); + + window.addEventListener('hashchange', () => { + window.location.reload(); + }); + + \ No newline at end of file