diff --git a/4chan_x.js b/4chan_x.js
index 1d6fda398..15e447217 100644
--- a/4chan_x.js
+++ b/4chan_x.js
@@ -946,6 +946,9 @@
html += "
";
html += "";
html += "
";
+ html += "
";
+ html += "";
+ html += '';
div = new Dialog('options', 'center', html).el;
_ref = $$('input[type="checkbox"]', div);
for (_i = 0, _len = _ref.length; _i < _len; _i++) {
diff --git a/script.coffee b/script.coffee
index acfde2d5c..556882fb6 100644
--- a/script.coffee
+++ b/script.coffee
@@ -679,6 +679,9 @@ options = ->
html += ""
html += ""
html += "
"
+ html += "
"
+ html += ""
+ html += ''
div = new Dialog('options', 'center', html).el