diff --git a/static/index.html b/static/index.html index 864b367..917ba40 100644 --- a/static/index.html +++ b/static/index.html @@ -12,7 +12,7 @@ -

Univerter

v4.0

+

Univerter

v5.0

And still javascript free...


@@ -52,6 +52,13 @@

Univerter was designed for youtube, but if you need something different please consult this list to see if your site is there. Be warned, though, they are all untested, so please report issues you encounter!

+

Notable supported sites include:

+ +

For a full list of things that have been tested (including !!NSFW!!) you can find them here


Please consider donating or host the website yourself! Anything helps! (Check Codeberg for more info)

@@ -59,6 +66,7 @@ Powered by yt-dlp
Inspired by Cobalt + Happy 100 commits :)

diff --git a/static/style.css b/static/style.css index 966ee96..35a4e1f 100644 --- a/static/style.css +++ b/static/style.css @@ -20,7 +20,8 @@ h1>* { p, select, -input { +input, +li { font-size: 1.3rem; } @@ -48,6 +49,10 @@ input { display: inline; } +a { + color: rgb(125, 125, 255) +} + .col-sm-3 { outline: white solid 2px } @@ -69,4 +74,8 @@ input:hover { border: rgb(150, 50, 50) solid 2px; border-radius: 15px; display: inline-block; +} + +ul { + display: inline-block; } \ No newline at end of file diff --git a/static/supported/index.html b/static/supported/index.html new file mode 100644 index 0000000..a57ba22 --- /dev/null +++ b/static/supported/index.html @@ -0,0 +1,28 @@ + + + + + + + + + + + Supported Sites + + + +

Supported Sites

(INCLUDES NSFW)

+
+

+ +

Univerter was designed for youtube, but if you need something different please consult this list to see if your site is there. Be warned, though, they are all untested, so please report issues you encounter!

+

Tested and actively supported sites include:

+ + + + \ No newline at end of file