| <!DOCTYPE html> |
| <html> |
| <head> |
| <meta charset="utf-8"> |
| <title>Options</title> |
| </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> |
| </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> |
| </p> |
| <p style="text-align: center;"><button id="save" data-i18n="save"></button></p> |
| <script src="options.js"></script> |
| </body> |
| </html> |