diff --git a/src/General/Main.coffee b/src/General/Main.coffee
index 60e4d026c..f58223368 100644
--- a/src/General/Main.coffee
+++ b/src/General/Main.coffee
@@ -211,17 +211,6 @@ Main =
catch err
new Notification 'warning', 'Cookies need to be enabled on 4chan for <%= meta.name %> to properly function.', 30
- <% if (type === 'userscript') { %>
- el = $.el 'span'
- el.style.flex = 'test'
- if el.style.flex is 'test'
- el.innerHTML = """
- Firefox is not correctly set up and some <%= meta.name %> features will be displayed incorrectly.
- Follow the instructions of the install guide to fix it.
- """
- new Notification 'warning', el, 30
- <% } %>
-
$.event '4chanXInitFinished'
callbackNodes: (klass, nodes) ->