diff --git a/Resources/Scripts/code.js b/Resources/Scripts/code.js
index f18f37f3..c21e6755 100644
--- a/Resources/Scripts/code.js
+++ b/Resources/Scripts/code.js
@@ -55,6 +55,7 @@
       
       html.css("border", "0");
       html.find("footer").last().remove(); // apparently withTweetActions breaks for certain tweets, nice
+      html.find(".js-media").last().remove(); // and quoted tweets still show media previews, nice nice
       html.find(".js-quote-detail").removeClass("is-actionable");
       
       var url = html.find("time").first().children("a").first().attr("href") || "";