2020-01-16 02:30:07 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
2019-12-30 05:18:18 +01:00
|
|
|
<head>
|
|
|
|
<title>Options - SponsorBlock</title>
|
2020-01-16 02:30:07 +01:00
|
|
|
<meta charset="utf-8">
|
2021-06-09 22:53:32 +02:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
|
2019-12-30 05:18:18 +01:00
|
|
|
<link href="options.css" rel="stylesheet"/>
|
|
|
|
|
2020-02-04 04:34:43 +01:00
|
|
|
<script src="../js/vendor.js"></script>
|
|
|
|
<script src="../js/options.js"></script>
|
2019-12-30 05:18:18 +01:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body class="sponsorBlockPageBody">
|
|
|
|
|
2020-06-20 00:53:24 +02:00
|
|
|
<div id="title" class="titleBar">
|
2019-12-30 06:39:02 +01:00
|
|
|
<img src="../icons/LogoSponsorBlocker256px.png" height="80" class="profilepic"/>
|
2019-12-30 05:18:18 +01:00
|
|
|
SponsorBlock
|
|
|
|
</div>
|
|
|
|
|
2019-12-30 20:44:03 +01:00
|
|
|
<div class="center">
|
2021-08-20 06:04:42 +02:00
|
|
|
<p class="createdBy titleBar">
|
|
|
|
<img src="../icons/newprofilepic.jpg" height="30" class="profilepiccircle"/>
|
|
|
|
__MSG_createdBy__
|
|
|
|
<a href="https://ajay.app">Ajay Ramachandran</a>
|
|
|
|
<a href="https://sponsor.ajay.app/donate" target="_blank" rel="noopener" id="sbDonate">(__MSG_Donate__)</a>
|
|
|
|
</p>
|
2019-12-30 05:18:18 +01:00
|
|
|
|
|
|
|
<h1>__MSG_Options__</h1>
|
2019-12-30 20:44:03 +01:00
|
|
|
|
|
|
|
<div id="options" class="hidden">
|
2019-12-31 05:15:29 +01:00
|
|
|
|
2020-04-03 03:26:13 +02:00
|
|
|
<div id="category-type" option-type="react-CategoryChooserComponent">
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
2021-08-03 21:19:29 +02:00
|
|
|
<div option-type="toggle" sync-option="autoSkipOnMusicVideos">
|
|
|
|
<label class="switch-container">
|
|
|
|
<label class="switch">
|
|
|
|
<input type="checkbox" checked>
|
|
|
|
<span class="slider round"></span>
|
|
|
|
</label>
|
|
|
|
<div class="switch-label">
|
|
|
|
__MSG_autoSkipOnMusicVideos__
|
|
|
|
</div>
|
|
|
|
</label>
|
|
|
|
|
|
|
|
<br/>
|
|
|
|
<br/>
|
|
|
|
<br/>
|
|
|
|
</div>
|
|
|
|
|
2021-09-02 03:11:51 +02:00
|
|
|
<div option-type="toggle" sync-option="muteSegments">
|
|
|
|
<label class="switch-container">
|
|
|
|
<label class="switch">
|
|
|
|
<input type="checkbox" checked>
|
|
|
|
<span class="slider round"></span>
|
|
|
|
</label>
|
|
|
|
<div class="switch-label">
|
|
|
|
__MSG_muteSegments__
|
|
|
|
</div>
|
|
|
|
</label>
|
|
|
|
|
|
|
|
<br/>
|
|
|
|
<br/>
|
|
|
|
<br/>
|
|
|
|
</div>
|
|
|
|
|
2020-04-03 03:26:13 +02:00
|
|
|
<br/>
|
|
|
|
<br/>
|
|
|
|
|
2021-06-22 21:17:01 +02:00
|
|
|
<div id="support-invidious" option-type="toggle" sync-option="supportInvidious" no-safari="true">
|
2021-06-18 06:42:30 +02:00
|
|
|
<label class="switch-container">
|
2019-12-31 05:15:29 +01:00
|
|
|
<label class="switch">
|
|
|
|
<input type="checkbox">
|
|
|
|
<span class="slider round"></span>
|
|
|
|
</label>
|
2021-06-18 06:42:30 +02:00
|
|
|
<div class="switch-label">
|
|
|
|
__MSG_supportOtherSites__
|
|
|
|
</div>
|
2019-12-31 05:15:29 +01:00
|
|
|
</label>
|
|
|
|
|
2021-06-18 06:42:30 +02:00
|
|
|
<br/>
|
2019-12-31 05:15:29 +01:00
|
|
|
<br/>
|
|
|
|
<br/>
|
|
|
|
|
2021-04-09 00:42:13 +02:00
|
|
|
<div class="small-description">(__MSG_supportedSites__ Invidious, CloudTube)</div>
|
2021-06-18 06:23:58 +02:00
|
|
|
<br/>
|
2021-06-18 06:42:30 +02:00
|
|
|
<span class="small-description">__MSG_supportOtherSitesDescription__ </span>
|
2019-12-31 05:15:29 +01:00
|
|
|
|
2021-06-22 21:20:24 +02:00
|
|
|
<br/>
|
|
|
|
<br/>
|
|
|
|
<br/>
|
|
|
|
</div>
|
2019-12-30 20:44:03 +01:00
|
|
|
|
2021-06-22 21:04:20 +02:00
|
|
|
<div option-type="private-text-change" sync-option="invidiousInstances" no-safari="true">
|
2020-01-01 01:09:37 +01:00
|
|
|
<div class="option-button trigger-button">
|
|
|
|
__MSG_addInvidiousInstance__
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
<div class="small-description">__MSG_addInvidiousInstanceDescription__</div>
|
|
|
|
|
|
|
|
<div class="option-hidden-section hidden">
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
<input class="option-text-box" type="text">
|
|
|
|
|
|
|
|
<br/>
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
<div class="option-button text-change-set inline">
|
|
|
|
__MSG_add__
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="option-button invidious-instance-reset inline">
|
|
|
|
__MSG_resetInvidiousInstance__
|
|
|
|
</div>
|
2020-01-10 01:52:20 +01:00
|
|
|
|
|
|
|
<br/>
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
<span class="small-description">__MSG_currentInstances__</span>
|
|
|
|
<span class="small-description" option-type="display" sync-option="invidiousInstances"></span>
|
2020-01-01 01:09:37 +01:00
|
|
|
</div>
|
|
|
|
|
2021-06-22 21:20:24 +02:00
|
|
|
<br/>
|
|
|
|
<br/>
|
|
|
|
</div>
|
2021-01-17 20:25:45 +01:00
|
|
|
|
|
|
|
<div option-type="keybind-change" sync-option="skipKeybind">
|
|
|
|
<div class="option-button trigger-button">
|
|
|
|
__MSG_setSkipShortcut__
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="option-hidden-section hidden">
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
<div class="medium-description keybind-status">
|
|
|
|
__MSG_keybindDescription__
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<span class="medium-description bold keybind-status-key">
|
|
|
|
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2019-12-30 22:41:33 +01:00
|
|
|
<br/>
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
<div option-type="keybind-change" sync-option="startSponsorKeybind">
|
|
|
|
<div class="option-button trigger-button">
|
|
|
|
__MSG_setStartSponsorShortcut__
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="option-hidden-section hidden">
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
<div class="medium-description keybind-status">
|
|
|
|
__MSG_keybindDescription__
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<span class="medium-description bold keybind-status-key">
|
|
|
|
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
2019-12-30 23:23:05 +01:00
|
|
|
|
|
|
|
<br/>
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
<div option-type="keybind-change" sync-option="submitKeybind">
|
|
|
|
<div class="option-button trigger-button">
|
|
|
|
__MSG_setSubmitKeybind__
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="option-hidden-section hidden">
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
<div class="medium-description keybind-status">
|
|
|
|
__MSG_keybindDescription__
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<span class="medium-description bold keybind-status-key">
|
|
|
|
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
2020-02-09 01:23:48 +01:00
|
|
|
|
2021-06-25 18:32:27 +02:00
|
|
|
<br/>
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
<div option-type="number-change" sync-option="skipNoticeDuration">
|
|
|
|
<label class="number-container">
|
2021-06-25 18:46:26 +02:00
|
|
|
<input type="number" step="1" min="1">
|
2021-06-25 18:32:27 +02:00
|
|
|
</label>
|
|
|
|
|
|
|
|
<br/>
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
<div class="small-description">__MSG_skipNoticeDurationDescription__</div>
|
|
|
|
</div>
|
|
|
|
|
2020-02-09 01:23:48 +01:00
|
|
|
<br/>
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
<div option-type="number-change" sync-option="minDuration">
|
2021-06-18 06:42:30 +02:00
|
|
|
<label class="number-container">
|
2020-02-09 01:23:48 +01:00
|
|
|
<input type="number" step="0.1" min="0">
|
|
|
|
</label>
|
|
|
|
|
|
|
|
<br/>
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
<div class="small-description">__MSG_minDurationDescription__</div>
|
|
|
|
</div>
|
2020-02-09 03:34:26 +01:00
|
|
|
|
|
|
|
<br/>
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
<div option-type="toggle" toggle-type="reverse" sync-option="dontShowNotice">
|
2021-06-18 06:42:30 +02:00
|
|
|
<label class="switch-container">
|
2020-02-09 03:34:26 +01:00
|
|
|
<label class="switch">
|
|
|
|
<input type="checkbox" checked>
|
|
|
|
<span class="slider round"></span>
|
|
|
|
</label>
|
2021-06-18 06:42:30 +02:00
|
|
|
<div class="switch-label">
|
|
|
|
__MSG_showSkipNotice__
|
|
|
|
</div>
|
2020-02-09 03:34:26 +01:00
|
|
|
</label>
|
|
|
|
</div>
|
2021-08-20 04:32:28 +02:00
|
|
|
|
|
|
|
<br/>
|
2021-06-18 06:42:30 +02:00
|
|
|
<br/>
|
2020-06-17 04:00:49 +02:00
|
|
|
<br/>
|
2021-08-20 04:32:28 +02:00
|
|
|
|
|
|
|
<div option-type="selector" sync-option="noticeVisibilityMode">
|
|
|
|
<select class="selector-element optionsSelector" >
|
|
|
|
<option value="0">__MSG_noticeVisibilityMode0__</option>
|
|
|
|
<option value="1">__MSG_noticeVisibilityMode1__</option>
|
|
|
|
<option value="2">__MSG_noticeVisibilityMode2__</option>
|
|
|
|
<option value="3">__MSG_noticeVisibilityMode3__</option>
|
|
|
|
<option value="4">__MSG_noticeVisibilityMode4__</option>
|
|
|
|
</select>
|
|
|
|
</div>
|
|
|
|
|
2020-06-17 04:00:49 +02:00
|
|
|
<br/>
|
2021-06-28 00:50:52 +02:00
|
|
|
<br/>
|
2020-06-17 04:00:49 +02:00
|
|
|
|
|
|
|
<div option-type="toggle" sync-option="forceChannelCheck">
|
2021-06-18 06:42:30 +02:00
|
|
|
<label class="switch-container">
|
2020-06-17 04:00:49 +02:00
|
|
|
<label class="switch">
|
|
|
|
<input type="checkbox" checked>
|
|
|
|
<span class="slider round"></span>
|
|
|
|
</label>
|
2021-06-18 06:42:30 +02:00
|
|
|
<div class="switch-label">
|
|
|
|
__MSG_forceChannelCheck__
|
|
|
|
</div>
|
2020-06-17 04:00:49 +02:00
|
|
|
</label>
|
|
|
|
|
2021-06-18 06:42:30 +02:00
|
|
|
<br/>
|
2020-06-17 04:00:49 +02:00
|
|
|
<br/>
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
<div class="small-description">__MSG_whatForceChannelCheck__</div>
|
|
|
|
</div>
|
|
|
|
|
2019-12-30 06:39:02 +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">
|
2021-06-18 06:42:30 +02:00
|
|
|
<label class="switch-container">
|
2019-12-30 06:39:02 +01:00
|
|
|
<label class="switch">
|
2019-12-31 08:32:44 +01:00
|
|
|
<input type="checkbox" checked>
|
2019-12-30 06:39:02 +01:00
|
|
|
<span class="slider round"></span>
|
|
|
|
</label>
|
2021-06-18 06:42:30 +02:00
|
|
|
<div class="switch-label">
|
|
|
|
__MSG_showButtons__
|
|
|
|
</div>
|
2019-12-30 06:39:02 +01:00
|
|
|
</label>
|
2019-12-30 20:44:03 +01:00
|
|
|
|
2021-06-18 06:42:30 +02:00
|
|
|
<br/>
|
2019-12-30 06:39:02 +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>
|
2019-12-30 06:39:02 +01:00
|
|
|
</div>
|
2021-10-01 01:23:17 +02:00
|
|
|
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
<div option-type="toggle" toggle-type="reverse" sync-option="hideSkipButtonPlayerControls">
|
|
|
|
<label class="switch-container">
|
|
|
|
<label class="switch">
|
|
|
|
<input type="checkbox" checked>
|
|
|
|
<span class="slider round"></span>
|
|
|
|
</label>
|
|
|
|
<div class="switch-label">
|
|
|
|
__MSG_showSkipButton__
|
|
|
|
</div>
|
|
|
|
</label>
|
|
|
|
</div>
|
2019-12-30 20:44:03 +01:00
|
|
|
|
2021-10-01 01:23:17 +02:00
|
|
|
<br/>
|
2019-12-30 06:39:02 +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">
|
2021-06-18 06:42:30 +02:00
|
|
|
<label class="switch-container">
|
2019-12-30 06:39:02 +01:00
|
|
|
<label class="switch">
|
2019-12-31 08:32:44 +01:00
|
|
|
<input type="checkbox" checked>
|
2019-12-30 06:39:02 +01:00
|
|
|
<span class="slider round"></span>
|
|
|
|
</label>
|
2021-06-18 06:42:30 +02:00
|
|
|
<div class="switch-label">
|
|
|
|
__MSG_showInfoButton__
|
|
|
|
</div>
|
2019-12-30 06:39:02 +01:00
|
|
|
</label>
|
|
|
|
</div>
|
2021-06-28 00:50:52 +02:00
|
|
|
|
2021-10-01 01:23:17 +02:00
|
|
|
<br/>
|
2019-12-30 06:39:02 +01:00
|
|
|
<br/>
|
|
|
|
<br/>
|
2021-06-28 00:50:52 +02:00
|
|
|
|
2021-06-28 00:53:29 +02:00
|
|
|
<div option-type="toggle" sync-option="autoHideInfoButton" if-false="hideInfoButtonPlayerControls">
|
2021-06-28 00:50:52 +02:00
|
|
|
<label class="switch-container">
|
|
|
|
<label class="switch">
|
|
|
|
<input type="checkbox" checked>
|
|
|
|
<span class="slider round"></span>
|
|
|
|
</label>
|
|
|
|
<div class="switch-label">
|
|
|
|
__MSG_autoHideInfoButton__
|
|
|
|
</div>
|
|
|
|
</label>
|
|
|
|
</div>
|
2021-10-01 01:23:17 +02:00
|
|
|
|
|
|
|
<br/>
|
|
|
|
<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">
|
2021-06-18 06:42:30 +02:00
|
|
|
<label class="switch-container">
|
2019-12-30 06:39:02 +01:00
|
|
|
<label class="switch">
|
2019-12-31 08:32:44 +01:00
|
|
|
<input type="checkbox" checked>
|
2019-12-30 06:39:02 +01:00
|
|
|
<span class="slider round"></span>
|
|
|
|
</label>
|
2021-06-18 06:42:30 +02:00
|
|
|
<div class="switch-label">
|
|
|
|
__MSG_showDeleteButton__
|
|
|
|
</div>
|
2019-12-30 06:39:02 +01:00
|
|
|
</label>
|
|
|
|
</div>
|
2020-01-11 02:06:16 +01:00
|
|
|
|
2021-10-01 01:23:17 +02:00
|
|
|
<br/>
|
2020-01-11 02:06:16 +01:00
|
|
|
<br/>
|
|
|
|
<br/>
|
|
|
|
|
2020-02-09 04:18:03 +01:00
|
|
|
<div option-type="toggle" toggle-type="reverse" sync-option="hideUploadButtonPlayerControls">
|
2021-06-18 06:42:30 +02:00
|
|
|
<label class="switch-container">
|
2020-02-09 04:18:03 +01:00
|
|
|
<label class="switch">
|
|
|
|
<input type="checkbox" checked>
|
|
|
|
<span class="slider round"></span>
|
|
|
|
</label>
|
2021-06-18 06:42:30 +02:00
|
|
|
<div class="switch-label">
|
|
|
|
__MSG_showUploadButton__
|
|
|
|
</div>
|
2020-02-09 04:18:03 +01:00
|
|
|
</label>
|
|
|
|
</div>
|
|
|
|
|
2021-10-01 01:23:17 +02:00
|
|
|
<br/>
|
|
|
|
<br/>
|
2020-02-09 04:18:03 +01:00
|
|
|
<br/>
|
|
|
|
<br/>
|
2020-04-05 05:26:09 +02:00
|
|
|
|
|
|
|
<div option-type="toggle" sync-option="audioNotificationOnSkip">
|
2021-06-18 06:42:30 +02:00
|
|
|
<label class="switch-container">
|
2020-04-05 05:26:09 +02:00
|
|
|
<label class="switch">
|
|
|
|
<input type="checkbox" checked>
|
|
|
|
<span class="slider round"></span>
|
|
|
|
</label>
|
2021-06-18 06:42:30 +02:00
|
|
|
<div class="switch-label">
|
|
|
|
__MSG_audioNotification__
|
|
|
|
</div>
|
2020-04-05 05:26:09 +02:00
|
|
|
</label>
|
|
|
|
|
2021-06-18 06:42:30 +02:00
|
|
|
<br/>
|
2020-04-05 05:26:09 +02:00
|
|
|
<br/>
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
<div class="small-description">__MSG_audioNotificationDescription__</div>
|
|
|
|
</div>
|
|
|
|
|
2020-07-04 02:55:58 +02:00
|
|
|
<br/>
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
<div option-type="toggle" sync-option="showTimeWithSkips">
|
2021-06-18 06:42:30 +02:00
|
|
|
<label class="switch-container">
|
2020-07-04 02:55:58 +02:00
|
|
|
<label class="switch">
|
|
|
|
<input type="checkbox" checked>
|
|
|
|
<span class="slider round"></span>
|
|
|
|
</label>
|
2021-06-18 06:42:30 +02:00
|
|
|
<div class="switch-label">
|
|
|
|
__MSG_showTimeWithSkips__
|
|
|
|
</div>
|
2020-07-04 02:55:58 +02:00
|
|
|
</label>
|
|
|
|
|
2021-06-18 06:42:30 +02:00
|
|
|
<br/>
|
2020-07-04 02:55:58 +02:00
|
|
|
<br/>
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
<div class="small-description">__MSG_showTimeWithSkipsDescription__</div>
|
|
|
|
</div>
|
|
|
|
|
2020-04-05 05:26:09 +02:00
|
|
|
<br/>
|
|
|
|
<br/>
|
2020-02-09 04:18:03 +01:00
|
|
|
|
2019-12-30 07:20:20 +01:00
|
|
|
<div option-type="toggle" sync-option="trackViewCount">
|
2021-06-18 06:42:30 +02:00
|
|
|
<label class="switch-container">
|
2019-12-30 06:39:02 +01:00
|
|
|
<label class="switch">
|
|
|
|
<input type="checkbox" checked>
|
|
|
|
<span class="slider round"></span>
|
|
|
|
</label>
|
2021-06-18 06:42:30 +02:00
|
|
|
<div class="switch-label">
|
|
|
|
__MSG_enableViewTracking__
|
|
|
|
</div>
|
2019-12-30 06:39:02 +01:00
|
|
|
</label>
|
2019-12-30 20:44:03 +01:00
|
|
|
|
2021-06-18 06:42:30 +02:00
|
|
|
<br/>
|
2019-12-30 06:39:02 +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>
|
2019-12-30 06:39:02 +01:00
|
|
|
</div>
|
2020-02-09 04:43:27 +01:00
|
|
|
|
2020-09-04 01:39:26 +02:00
|
|
|
<br/>
|
|
|
|
<br/>
|
|
|
|
|
2021-06-12 00:17:40 +02:00
|
|
|
<div option-type="toggle" sync-option="trackViewCountInPrivate" private-mode-only="true">
|
2021-06-18 06:42:30 +02:00
|
|
|
<label class="switch-container">
|
2021-06-12 00:17:40 +02:00
|
|
|
<label class="switch">
|
|
|
|
<input type="checkbox" checked>
|
|
|
|
<span class="slider round"></span>
|
|
|
|
</label>
|
2021-06-18 06:42:30 +02:00
|
|
|
<div class="switch-label">
|
|
|
|
__MSG_enableViewTrackingInPrivate__
|
|
|
|
</div>
|
2021-06-12 00:17:40 +02:00
|
|
|
</label>
|
|
|
|
|
|
|
|
<br/>
|
|
|
|
<br/>
|
|
|
|
<br/>
|
2021-06-18 06:42:30 +02:00
|
|
|
<br/>
|
2021-06-12 00:17:40 +02:00
|
|
|
</div>
|
|
|
|
|
2020-09-04 18:39:00 +02:00
|
|
|
<div option-type="toggle" sync-option="refetchWhenNotFound">
|
2021-06-18 06:42:30 +02:00
|
|
|
<label class="switch-container">
|
2020-09-04 18:39:00 +02:00
|
|
|
<label class="switch">
|
|
|
|
<input type="checkbox" checked>
|
|
|
|
<span class="slider round"></span>
|
|
|
|
</label>
|
2021-06-18 06:42:30 +02:00
|
|
|
<div class="switch-label">
|
|
|
|
__MSG_enableRefetchWhenNotFound__
|
|
|
|
</div>
|
2020-09-04 18:39:00 +02:00
|
|
|
</label>
|
|
|
|
|
2021-06-18 06:42:30 +02:00
|
|
|
<br/>
|
2020-09-04 18:39:00 +02:00
|
|
|
<br/>
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
<div class="small-description">__MSG_whatRefetchWhenNotFound__</div>
|
|
|
|
</div>
|
|
|
|
|
2020-02-09 04:43:27 +01:00
|
|
|
<br/>
|
|
|
|
<br/>
|
2021-08-20 06:04:42 +02:00
|
|
|
|
|
|
|
<div option-type="toggle" toggle-type="reverse" sync-option="showDonationLink" no-safari="true">
|
|
|
|
<label class="switch-container">
|
|
|
|
<label class="switch">
|
|
|
|
<input type="checkbox" checked>
|
|
|
|
<span class="slider round"></span>
|
|
|
|
</label>
|
|
|
|
<div class="switch-label">
|
|
|
|
__MSG_hideDonationLink__
|
|
|
|
</div>
|
|
|
|
</label>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<br/>
|
|
|
|
<br/>
|
|
|
|
<br/>
|
|
|
|
<br/>
|
2020-02-09 04:43:27 +01:00
|
|
|
|
2020-02-09 03:42:15 +01:00
|
|
|
<div option-type="private-text-change" sync-option="userID" confirm-message="userIDChangeWarning">
|
2019-12-30 22:41:33 +01:00
|
|
|
<div class="option-button trigger-button">
|
2019-12-30 07:20:20 +01:00
|
|
|
__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 22:41:33 +01:00
|
|
|
<div class="option-hidden-section hidden">
|
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
|
|
|
<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>
|
2020-02-09 03:34:26 +01:00
|
|
|
|
2020-03-10 05:33:50 +01:00
|
|
|
<br/>
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
<div option-type="private-text-change" sync-option="*" confirm-message="exportOptionsWarning">
|
|
|
|
<div class="option-button trigger-button">
|
|
|
|
__MSG_exportOptions__
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
<div class="small-description">__MSG_whatExportOptions__</div>
|
|
|
|
|
|
|
|
<div class="option-hidden-section hidden">
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
<input class="option-text-box" type="text">
|
|
|
|
|
|
|
|
<br/>
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
<div class="option-button text-change-set">
|
|
|
|
__MSG_setOptions__
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2019-12-30 07:20:20 +01:00
|
|
|
<br/>
|
|
|
|
<br/>
|
2020-02-09 03:34:26 +01:00
|
|
|
|
2020-03-18 01:15:04 +01:00
|
|
|
<div option-type="button-press" sync-option="copyDebugInformation" confirm-message="copyDebugInformation">
|
|
|
|
<div class="option-button trigger-button">
|
|
|
|
__MSG_copyDebugInformation__
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
<div class="small-description">__MSG_copyDebugInformationOptions__</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<br/>
|
|
|
|
<br/>
|
2020-04-09 06:40:11 +02:00
|
|
|
|
2021-06-24 22:46:28 +02:00
|
|
|
<div option-type="toggle" sync-option="testingServer" confirm-message="testingServerWarning" no-safari="true">
|
2021-06-18 06:42:30 +02:00
|
|
|
<label class="switch-container">
|
2020-04-09 06:40:11 +02:00
|
|
|
<label class="switch">
|
|
|
|
<input type="checkbox">
|
|
|
|
<span class="slider round"></span>
|
|
|
|
</label>
|
2021-06-18 06:42:30 +02:00
|
|
|
<div class="switch-label">
|
|
|
|
__MSG_enableTestingServer__
|
|
|
|
</div>
|
2020-04-09 06:40:11 +02:00
|
|
|
</label>
|
|
|
|
|
2021-06-18 06:42:30 +02:00
|
|
|
<br/>
|
2020-04-09 06:40:11 +02:00
|
|
|
<br/>
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
<div class="small-description">__MSG_whatEnableTestingServer__</div>
|
2020-03-18 01:15:04 +01:00
|
|
|
|
2021-06-24 22:46:28 +02:00
|
|
|
<br/>
|
|
|
|
<br/>
|
|
|
|
<br/>
|
|
|
|
</div>
|
2020-03-18 01:15:04 +01:00
|
|
|
|
2020-02-09 03:42:15 +01:00
|
|
|
<div option-type="text-change" sync-option="serverAddress">
|
|
|
|
<label class="text-label-container">
|
2020-02-09 03:34:26 +01:00
|
|
|
<div>__MSG_customServerAddress__</div>
|
2020-02-09 03:42:15 +01:00
|
|
|
|
|
|
|
<input class="option-text-box" type="text">
|
2019-12-30 06:39:02 +01:00
|
|
|
</label>
|
2020-02-09 03:42:15 +01:00
|
|
|
|
|
|
|
<div class="option-button text-change-set inline">
|
2020-02-09 04:03:45 +01:00
|
|
|
__MSG_save__
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="option-button text-change-reset inline">
|
|
|
|
__MSG_reset__
|
2020-02-09 03:34:26 +01:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<br/>
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
<div class="small-description">__MSG_customServerAddressDescription__</div>
|
2019-12-30 06:39:02 +01:00
|
|
|
</div>
|
2020-02-09 03:34:26 +01:00
|
|
|
|
2019-12-30 05:18:18 +01:00
|
|
|
</div>
|
2019-12-30 20:44:03 +01:00
|
|
|
</div>
|
2019-12-30 05:18:18 +01:00
|
|
|
|
|
|
|
</body>
|