blob: bb5da0bf5d99da6ae37cda970de3031fcf70c075 [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>
avm99963122dc9b2019-03-30 18:44:18 +01008 <p>
9 <input type="checkbox" id="list"><label for="list"> Enable infinite scrolling in thread lists.</label><br>
10 <input type="checkbox" id="thread"><label for="thread"> Enable infinite scrolling inside threads.</label>
11 </p>
12 <h4>Additional enhancements</h4>
13 <p>
14 <input type="checkbox" id="fixedtoolbar"><label for="fixedtoolbar"> Fix the toolbar in thread lists in the Community Console.</label><br>
avm99963134f1ef2019-03-30 19:05:27 +010015 <input type="checkbox" id="redirect"><label for="redirect"> Redirect all threads opened in TW to the Community Console.<span style="color: gray;">(experimental)</span></label><br>
avm999634d1f62d2019-03-30 20:16:49 +010016 <input type="checkbox" id="history"><label for="history"> Show a "previous posts" link in user profiles.</label>
avm99963122dc9b2019-03-30 18:44:18 +010017 </p>
avm99963cbea3142019-03-28 00:48:15 +010018 <p style="text-align: center;"><button id="save">Save</button></p>
19 <script src="options.js"></script>
20 </body>
21</html>