avm99963 | cbea314 | 2019-03-28 00:48:15 +0100 | [diff] [blame] | 1 | <!DOCTYPE html> |
2 | <html> | ||||
3 | <head> | ||||
4 | <meta charset="utf-8"> | ||||
5 | <title>Options</title> | ||||
6 | </head> | ||||
7 | <body> | ||||
8 | <p><input type="checkbox" id="list"><label for="list"> Enable infinite scrolling in thread lists.</label><br> | ||||
9 | <input type="checkbox" id="thread"><label for="thread"> Enable infinite scrolling inside threads.</label></p> | ||||
10 | <p style="text-align: center;"><button id="save">Save</button></p> | ||||
11 | <script src="options.js"></script> | ||||
12 | </body> | ||||
13 | </html> |