| <!DOCTYPE html> |
| <html> |
| <head> |
| <meta charset="utf-8"> |
| <title>Options</title> |
| <link rel="stylesheet" href="options.css"> |
| </head> |
| <body> |
| <p> |
| <input type="checkbox" id="list"> <label for="list" data-i18n="list"></label><br> |
| <input type="checkbox" id="thread"> <label for="thread" data-i18n="thread"></label><br> |
| <input type="checkbox" id="threadall"> <label for="threadall" data-i18n="threadall"></label> |
| </p> |
| <h4 data-i18n="enhancements"></h4> |
| <p> |
| <input type="checkbox" id="fixedtoolbar"> <label for="fixedtoolbar" data-i18n="fixedtoolbar"></label><br> |
| <input type="checkbox" id="redirect"> <label for="redirect" data-i18n="redirect"></label> <span class="experimental-label" data-i18n="experimental_label"></span><br> |
| <input type="checkbox" id="history"> <label for="history" data-i18n="history"></label><br> |
| <input type="checkbox" id="loaddrafts"> <label for="loaddrafts" data-i18n="loaddrafts"></label> <span class="experimental-label" data-i18n="experimental_label"></span><br> |
| <input type="checkbox" id="increasecontrast"> <label for="increasecontrast" data-i18n="increasecontrast"></label><br> |
| <input type="checkbox" id="stickysidebarheaders"> <label for="stickysidebarheaders" data-i18n="stickysidebarheaders"></label><br> |
| <input type="checkbox" id="profileindicator"> <label for="profileindicator" data-i18n="profileindicator"></label> <span class="experimental-label" data-i18n="experimental_label"></span><br> |
| </p> |
| <p class="actions"><button id="save" data-i18n="save"></button></p> |
| <div id="save-indicator"></div> |
| <script src="options.js"></script> |
| </body> |
| </html> |