Fixes #2
diff --git a/options.html b/options.html
index 48ce91e..655b474 100644
--- a/options.html
+++ b/options.html
@@ -5,8 +5,16 @@
     <title>Options</title>
   </head>
   <body>
-    <p><input type="checkbox" id="list"><label for="list"> Enable infinite scrolling in thread lists.</label><br>
-    <input type="checkbox" id="thread"><label for="thread"> Enable infinite scrolling inside threads.</label></p>
+    <p>
+      <input type="checkbox" id="list"><label for="list"> Enable infinite scrolling in thread lists.</label><br>
+      <input type="checkbox" id="thread"><label for="thread"> Enable infinite scrolling inside threads.</label>
+    </p>
+    <h4>Additional enhancements</h4>
+    <p>
+      <input type="checkbox" id="fixedtoolbar"><label for="fixedtoolbar"> Fix the toolbar in thread lists in the Community Console.</label><br>
+      <input type="checkbox" id="redirect"><label for="redirect"> Redirect all threads opened in TW to the Community Console. <span style="color: gray;">(doesn't work, in development)</span></label><br>
+      <input type="checkbox" id="history"><label for="history"> Show a "previous posts" link in user profiles. <span style="color: gray;">(doesn't work, in development)</span></label>
+    </p>
     <p style="text-align: center;"><button id="save">Save</button></p>
     <script src="options.js"></script>
   </body>