From 372af57a7bd205861f9758a86a05979975bfc907 Mon Sep 17 00:00:00 2001 From: bihlink <95501288+bihlink@users.noreply.github.com> Date: Wed, 6 Jul 2022 01:49:17 +0200 Subject: [PATCH] Update index.html --- static/index.html | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/static/index.html b/static/index.html index de19389..a3b6e22 100644 --- a/static/index.html +++ b/static/index.html @@ -25,9 +25,9 @@
-
+
-

+

@@ -85,16 +85,7 @@ return document.getElementById(id).value; } - var instype = val('instancetype'); - if(instype=="wordpress"){ - var inUrl = 'https://' + val('urlin') + '/author/' + val('usernamein'); - } - elseif(instype=="misskey"){ - var inUrl = 'https://' + val('urlin') + '/@' + val('usernamein'); - } - else{ - var inUrl = 'https://' + val('urlin') + '/users/' + val('usernamein'); - } + var inUrl = 'https://' + val('urlin') + '/users/' + val('usernamein'); var showBoosts = (!document.getElementById('hideboosts').checked).toString(); var showReplies = (!document.getElementById('hidereplies').checked).toString();