SponsorBlock/options/options.html

148 lines
3.4 KiB
HTML
Raw Normal View History

<head>
<title>Options - SponsorBlock</title>
<link href="options.css" rel="stylesheet"/>
<script src="../utils.js"></script>
<script src="options.js"></script>
</head>
<body class="sponsorBlockPageBody">
<div id="title">
<img src="../icons/LogoSponsorBlocker256px.png" height="80" class="profilepic"/>
SponsorBlock
</div>
2019-12-30 20:44:03 +01:00
<div class="center">
<p class="createdBy">__MSG_createdBy__ <a href="https://ajay.app">Ajay Ramachandran</a> <img src="../icons/newprofilepic.jpg" height="30" class="profilepiccircle"/></p>
<h1>__MSG_Options__</h1>
2019-12-30 20:44:03 +01:00
<div id="options" class="hidden">
2019-12-30 07:20:20 +01:00
<div option-type="toggle" toggle-type="reverse" sync-option="disableAutoSkip">
<label class="switch-container" label-name="__MSG_autoSkip__">
<label class="switch">
<input type="checkbox">
<span class="slider round"></span>
</label>
</label>
2019-12-30 20:44:03 +01:00
<br/>
<br/>
2019-12-30 20:44:03 +01:00
2019-12-30 07:20:20 +01:00
<div class="small-description">__MSG_autoSkipDescription__</div>
</div>
2019-12-30 20:44:03 +01:00
<br/>
<br/>
2019-12-30 20:44:03 +01:00
2019-12-30 07:20:20 +01:00
<div option-type="toggle" toggle-type="reverse" sync-option="hideVideoPlayerControls">
<label class="switch-container" label-name="__MSG_showButtons__">
<label class="switch">
<input type="checkbox">
<span class="slider round"></span>
</label>
</label>
2019-12-30 20:44:03 +01:00
<br/>
<br/>
2019-12-30 20:44:03 +01:00
2019-12-30 07:20:20 +01:00
<div class="small-description">__MSG_hideButtonsDescription__</div>
</div>
2019-12-30 20:44:03 +01:00
<br/>
<br/>
2019-12-30 20:44:03 +01:00
2019-12-30 07:20:20 +01:00
<div option-type="toggle" toggle-type="reverse" sync-option="hideInfoButtonPlayerControls">
<label class="switch-container" label-name="__MSG_showInfoButton__">
<label class="switch">
<input type="checkbox">
<span class="slider round"></span>
</label>
</label>
2019-12-30 20:44:03 +01:00
<br/>
<br/>
2019-12-30 20:44:03 +01:00
2019-12-30 07:20:20 +01:00
<div class="small-description">__MSG_whatInfoButton__</div>
</div>
2019-12-30 20:44:03 +01:00
<br/>
<br/>
2019-12-30 20:44:03 +01:00
2019-12-30 07:20:20 +01:00
<div option-type="toggle" toggle-type="reverse" sync-option="hideDeleteButtonPlayerControls">
<label class="switch-container" label-name="__MSG_showDeleteButton__">
<label class="switch">
<input type="checkbox">
<span class="slider round"></span>
</label>
</label>
2019-12-30 20:44:03 +01:00
<br/>
<br/>
2019-12-30 20:44:03 +01:00
2019-12-30 07:20:20 +01:00
<div class="small-description">__MSG_whatDeleteButton__</div>
</div>
2019-12-30 20:44:03 +01:00
<br/>
<br/>
2019-12-30 20:44:03 +01:00
2019-12-30 07:20:20 +01:00
<div option-type="toggle" sync-option="trackViewCount">
<label class="switch-container" label-name="__MSG_enableViewTracking__">
<label class="switch">
<input type="checkbox" checked>
<span class="slider round"></span>
</label>
</label>
2019-12-30 20:44:03 +01:00
<br/>
<br/>
2019-12-30 20:44:03 +01:00
2019-12-30 07:20:20 +01:00
<div class="small-description">__MSG_whatViewTracking__</div>
</div>
2019-12-30 20:44:03 +01:00
<br/>
<br/>
2019-12-30 20:44:03 +01:00
2019-12-30 07:20:20 +01:00
<div option-type="text-change" sync-option="userID">
<div class="option-button text-change-trigger">
__MSG_changeUserID__
</div>
2019-12-30 20:44:03 +01:00
2019-12-30 07:20:20 +01:00
<br/>
2019-12-30 20:44:03 +01:00
2019-12-30 07:20:20 +01:00
<div class="small-description">__MSG_whatChangeUserID__</div>
2019-12-30 20:44:03 +01:00
2019-12-30 07:20:20 +01:00
<div class="option-hidden-hidden hidden">
<br/>
2019-12-30 20:44:03 +01:00
2019-12-30 07:20:20 +01:00
<input class="option-text-box" type="text">
2019-12-30 20:44:03 +01:00
2019-12-30 07:20:20 +01:00
<br/>
<br/>
<div class="option-button text-change-set">
__MSG_setUserID__
</div>
</div>
</div>
2019-12-30 20:44:03 +01:00
2019-12-30 07:20:20 +01:00
<br/>
<br/>
2019-12-30 20:44:03 +01:00
2019-12-30 07:20:20 +01:00
<div option-type="toggle" toggle-type="reverse" sync-option="dontShowNotice">
<label class="switch-container" label-name="__MSG_showSkipNotice__">
<label class="switch">
<input type="checkbox">
<span class="slider round"></span>
</label>
</label>
</div>
</div>
2019-12-30 20:44:03 +01:00
</div>
</body>