| <!DOCTYPE html> |
| <html> |
| <head> |
| <meta charset="utf-8"> |
| <title>Options</title> |
| <link rel="stylesheet" href="options.css"> |
| </head> |
| <body> |
| <p> |
| <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 style="color: gray;" 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 style="color: gray;" data-i18n="experimental_label"></span><br> |
| <input type="checkbox" id="batchduplicate"> <label for="batchduplicate" data-i18n="batchduplicate"></label> <span style="color: gray;" 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> |
| </p> |
| <p style="text-align: center;"><button id="save" data-i18n="save"></button></p> |
| <script src="options.js"></script> |
| </body> |
| </html> |