2020-08-05 07:12:04 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
2020-11-07 16:56:24 +01:00
|
|
|
|
2020-08-05 07:12:04 +02:00
|
|
|
<head>
|
2020-11-07 16:56:24 +01:00
|
|
|
<title>Aniwatch Plus Settings</title>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
</head>
|
2020-08-05 07:12:04 +02:00
|
|
|
|
|
|
|
<body>
|
|
|
|
<form>
|
2020-11-07 17:18:18 +01:00
|
|
|
<h1>Aniwatch Plus Settings</h1>
|
2020-11-07 16:56:24 +01:00
|
|
|
|
2020-11-07 17:18:18 +01:00
|
|
|
<h2>General Settings</h2>
|
|
|
|
<hr />
|
|
|
|
<h3>Website</h3>
|
|
|
|
<input type="checkbox" id="websiteDisplayQuickSearch" data-default-value="true" />
|
|
|
|
<label for="websiteDisplayQuickSearch">Enable Quick Search</label><br />
|
2020-11-07 16:56:24 +01:00
|
|
|
|
2020-12-28 15:08:47 +01:00
|
|
|
<input type="checkbox" id="websiteAutoTimeConversion" data-default-value="true" />
|
|
|
|
<label for="websiteAutoTimeConversion">Convert to local time</label><br />
|
|
|
|
|
2020-11-07 17:18:18 +01:00
|
|
|
<input type="checkbox" id="websiteShowNotificationsCountInTab" data-default-value="true" />
|
|
|
|
<label for="websiteShowNotificationsCountInTab">Show notification counter in browser tab</label><br />
|
2020-11-07 16:56:24 +01:00
|
|
|
|
2020-11-07 17:18:18 +01:00
|
|
|
<input type="checkbox" id="websiteHideUnusedTabs" data-default-value="true" />
|
|
|
|
<label for="websiteHideUnusedTabs">Hide tabs without functionality</label><br />
|
|
|
|
|
|
|
|
<input type="checkbox" id="websiteOptimizeListAppearance" data-default-value="true" />
|
|
|
|
<label for="websiteOptimizeListAppearance">Optimize appearance of lists</label><br />
|
|
|
|
|
2020-11-14 19:17:47 +01:00
|
|
|
<input type="checkbox" id="websiteOptimizeFontColors" data-default-value="true" />
|
|
|
|
<label for="websiteOptimizeFontColors">Optimize font colors</label><br />
|
|
|
|
|
2020-11-07 17:18:18 +01:00
|
|
|
<h3>Anime</h3>
|
|
|
|
<input type="checkbox" id="animeLanguageDisplay" data-default-value="true" />
|
|
|
|
<label for="animeLanguageDisplay">Optimize presentation of available subs and dubs</label><br />
|
|
|
|
|
|
|
|
<h3>Requests page</h3>
|
|
|
|
<input type="checkbox" id="requestBeautifyPage" data-default-value="true" />
|
|
|
|
<label for="requestBeautifyPage">Enhance "Requestes" page</label><br />
|
|
|
|
<h2>Player Settings</h2>
|
|
|
|
<hr />
|
|
|
|
<h3>General</h3>
|
|
|
|
<input type="checkbox" id="playerAutoplayAfterScreenshot" data-default-value="true" />
|
|
|
|
<label for="playerAutoplayAfterScreenshot">Autoplay after screenshots</label><br />
|
|
|
|
|
2021-02-05 10:13:12 +01:00
|
|
|
<input type="checkbox" id="playerAutopauseAfterFocusLost" data-default-value="true" />
|
2021-02-06 23:08:12 +01:00
|
|
|
<label for="playerAutopauseAfterFocusLost">Autopause after tab unfocused</label><br />
|
2021-02-05 10:13:12 +01:00
|
|
|
|
|
|
|
<input type="checkbox" id="playerAutoplayAfterFocusGain" data-default-value="true" />
|
2021-02-06 23:08:12 +01:00
|
|
|
<label for="playerAutoplayAfterFocusGain">Autoplay after tab focused</label><br />
|
2021-02-05 10:13:12 +01:00
|
|
|
|
2020-11-07 17:18:18 +01:00
|
|
|
<h3>Watch2gether</h3>
|
|
|
|
<input type="checkbox" id="w2gDisplayCharacterCounter" data-default-value="true" />
|
|
|
|
<label for="w2gDisplayCharacterCounter">Display character count in chat</label><br />
|
2021-02-08 05:58:28 +01:00
|
|
|
<input type="checkbox" id="w2gAutoscrollToUnseen" data-default-value="true" />
|
2021-02-08 18:41:20 +01:00
|
|
|
<label for="w2gAutoscrollToUnseen">Autoscroll to the first unseen episode</label><br />
|
2020-11-07 17:18:18 +01:00
|
|
|
|
2021-02-08 13:37:34 +01:00
|
|
|
<input type="checkbox" id="w2gAutotoggleHide" data-default-value="true" />
|
2021-02-13 19:16:37 +01:00
|
|
|
<label for="w2gAutotoggleHide">Autotoggle the Hide-Button for w2g</label><br />
|
2021-02-08 13:37:34 +01:00
|
|
|
|
2020-11-07 17:18:18 +01:00
|
|
|
<br /><br />
|
2020-11-07 17:02:24 +01:00
|
|
|
<button id="btnSave">Save</button>
|
|
|
|
<button id="btnReset">Reset</button>
|
2020-11-07 17:18:18 +01:00
|
|
|
<br />
|
|
|
|
<i>Please reload aniwatch website after you changed the settings.</i>
|
2020-11-08 13:11:52 +01:00
|
|
|
<hr />
|
|
|
|
<i id="version"></i> <i>- <a href="https://github.com/Serraniel/AniwatchPlus/releases">Changelogs</a></i>
|
2020-11-07 16:56:24 +01:00
|
|
|
</form>
|
|
|
|
|
|
|
|
<script src="../javascript/common.min.js"></script>
|
|
|
|
<script src="../javascript/settings.min.js"></script>
|
2020-08-05 07:12:04 +02:00
|
|
|
</body>
|
2020-11-07 16:56:24 +01:00
|
|
|
|
|
|
|
</html>
|