diff --git a/html/watch.ejs b/html/watch.ejs index 99725e44..6bfa7b93 100644 --- a/html/watch.ejs +++ b/html/watch.ejs @@ -1564,7 +1564,14 @@ WIP! +
<% if (VideoData.descriptionHtml && VideoData.descriptionHtml.trim() !== "" && VideoData.descriptionHtml.trim() !== "

") { %> @@ -1579,9 +1586,17 @@ WIP! <% if (String(VideoData.descriptionHtml) != " ") { %> <% if (String(VideoData.descriptionHtml) != "

") { %> -
- - +
+ <% if (dyx) { %> + close dyslexic mode + <% } %> + <% if (!dyx) { %> + open dyslexic mode + + <% } %> + + + <%-String(channelurlfixer(VideoData.descriptionHtml)).replace(/\n/g, "
").replace(/x\.com/g, "twitter.com").replace(/reddit\.com/g, "redlib.matthew.science") %>
<% } %> <% } %> <% } %> @@ -1590,7 +1605,7 @@ WIP! <% if (String(VideoData.descriptionHtml) != " ") { %> <% if (String(VideoData.descriptionHtml) == "

") { %> -
+
<%-String(linkify(VideoData.description)).replace(/\n/g, "
").replace(/twitter\.com/g, "twitter.com").replace(/reddit\.com/g, "redlib.matthew.science") %>