diff --git a/4chan_x.user.js b/4chan_x.user.js
index 35a910a13..6e433146e 100644
--- a/4chan_x.user.js
+++ b/4chan_x.user.js
@@ -2147,7 +2147,7 @@
Comment:
\
Filename:
\
Image dimensions:
\
- FileInfo:
\
+ Filesize:
\
Image MD5:
\
\
\
@@ -3286,9 +3286,7 @@
qp.innerHTML = html;
if (conf['Image Auto-Gif']) imgGif.node(qp);
if (conf['Time Formatting']) Time.node(qp);
- if (conf['File Info Formatting']) {
- if (id !== threadID) return FileInfo.node(qp);
- }
+ if (conf['File Info Formatting']) return FileInfo.node(qp);
}
};
diff --git a/script.coffee b/script.coffee
index 1f20b1a6b..46c64c395 100644
--- a/script.coffee
+++ b/script.coffee
@@ -1743,7 +1743,7 @@ options =
Comment:
Filename:
Image dimensions:
- FileInfo:
+ Filesize:
Image MD5:
@@ -2643,7 +2643,7 @@ quotePreview =
if conf['Time Formatting']
Time.node qp
if conf['File Info Formatting']
- FileInfo.node qp if id isnt threadID
+ FileInfo.node qp
quoteIndicators =
init: ->