blob: 48ce91e14b69bfcc1a38a1266c9b6309faab4ad0 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Options</title>
</head>
<body>
<p><input type="checkbox" id="list"><label for="list"> Enable infinite scrolling in thread lists.</label><br>
<input type="checkbox" id="thread"><label for="thread"> Enable infinite scrolling inside threads.</label></p>
<p style="text-align: center;"><button id="save">Save</button></p>
<script src="options.js"></script>
</body>
</html>