diff --git a/html/discover.ejs b/html/discover.ejs
index 22d61432..e6e0342a 100644
--- a/html/discover.ejs
+++ b/html/discover.ejs
@@ -327,7 +327,13 @@ margin-left: auto;
background: var(--not-quite-black);
text-decoration: none;
border-radius: 1em;
-}
+}
+
+/* Block Videos From tom macdonald */
+.video.author-Tom.MacDonald {
+ display: none;
+}
+