blob: 48ce91e14b69bfcc1a38a1266c9b6309faab4ad0 [file] [log] [blame]
avm99963cbea3142019-03-28 00:48:15 +01001<!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>