diff --git a/4chan_x.user.js b/4chan_x.user.js
index d6c63d668..c00d12a0c 100644
--- a/4chan_x.user.js
+++ b/4chan_x.user.js
@@ -2827,7 +2827,9 @@
file.twidth = file.theight = 100;
}
}
- imgSrc = ("") + ("
");
+ if (board !== 'f') {
+ imgSrc = ("") + ("
");
+ }
a = $.el('a', {
innerHTML: file.name
});
@@ -2848,7 +2850,7 @@
container = $.el('div', {
id: "pc" + postID,
className: "postContainer " + (isOP ? 'op' : 'reply') + "Container",
- innerHTML: (isOP ? '' : "
") + ("
") + ("
") + ("" + (name || '') + "") + tripcode + capcodeStart + capcode + userID + flag + sticky + closed + ("
" + subject) + ("" + date) + '
' + ("No.") + ("" + postID + "") + '' + '
' + (isOP ? fileHTML : '') + ("
") + ("
") + ("" + subject + " ") + ("
") + emailStart + ("" + (name || '') + "") + tripcode + capcodeStart + emailEnd + capcode + userID + flag + sticky + closed + ' ' + ("
" + date + " ") + "
" + ("No.") + ("" + postID + "") + '' + '
' + (isOP ? '' : fileHTML) + ("
" + (comment || '') + "
") + '
'
+ innerHTML: (isOP ? '' : "") + ("
") + ("
") + ("" + (name || '') + "") + tripcode + capcodeStart + capcode + userID + flag + sticky + closed + ("
" + subject) + ("" + date) + ("No.") + ("" + postID + "") + '' + '
' + (isOP ? fileHTML : '') + ("
") + ("
") + ("" + subject + " ") + ("
") + emailStart + ("" + (name || '') + "") + tripcode + capcodeStart + emailEnd + capcode + userID + flag + sticky + closed + ' ' + ("
" + date + " ") + "
" + ("No.") + ("" + postID + "") + '' + '
' + (isOP ? '' : fileHTML) + ("
" + (comment || '') + "
") + '
'
});
_ref = $$('.quotelink', container);
for (_i = 0, _len = _ref.length; _i < _len; _i++) {
diff --git a/src/features.coffee b/src/features.coffee
index 4d6253c98..7ca6ec6cf 100644
--- a/src/features.coffee
+++ b/src/features.coffee
@@ -1495,10 +1495,11 @@ Build =
fileThumb += '.png'
file.twidth = file.theight = 100
- imgSrc = "