SponsorBlock/public/options/options.html

492 lines
16 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
2022-01-08 16:34:49 +01:00
<!-- Link to specific tabs by using their ID in the URL like: options.html#keybinds -->
<head>
<title>Options - SponsorBlock</title>
<meta charset="utf-8">
2021-06-09 22:53:32 +02:00
<meta name="viewport" content="width=device-width, initial-scale=1" />
<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>
</head>
<body class="sponsorBlockPageBody">
2021-12-12 23:31:09 +01:00
<div id="options-container">
2021-12-12 23:31:09 +01:00
<div id="navigation" class="center">
2021-12-12 23:31:09 +01:00
<div id="title" class="titleBar">
<img src="../icons/LogoSponsorBlocker256px.png" class="profilepic" alt="SponsorBlock logo"/>
SponsorBlock
2021-12-13 12:14:51 +01:00
<div id="version"></div>
2021-12-12 23:31:09 +01:00
</div>
2022-01-08 16:34:49 +01:00
<div class="tab-heading" data-for="segments">
2021-12-12 23:31:09 +01:00
__MSG_optionsTabCategories__
</div>
2020-04-03 03:26:13 +02:00
2022-01-08 16:34:49 +01:00
<div class="tab-heading" data-for="behavior">
2021-12-12 23:31:09 +01:00
__MSG_optionsTabBehavior__
2020-04-03 03:26:13 +02:00
</div>
2022-01-08 16:34:49 +01:00
<div class="tab-heading" data-for="interface">
2021-12-12 23:31:09 +01:00
__MSG_optionsTabInterface__
</div>
2022-01-08 16:34:49 +01:00
<div class="tab-heading" data-for="keybinds">
2021-12-12 23:31:09 +01:00
__MSG_optionsTabKeyBinds__
</div>
2022-01-08 16:34:49 +01:00
<div class="tab-heading" data-for="privacy">
2021-12-12 23:31:09 +01:00
__MSG_optionsTabPrivacy__
</div>
2021-09-02 03:11:51 +02:00
2022-01-08 16:34:49 +01:00
<div class="tab-heading" data-for="import">
2021-12-12 23:31:09 +01:00
__MSG_optionsTabBackup__
2021-09-02 03:11:51 +02:00
</div>
2022-01-08 16:34:49 +01:00
<div class="tab-heading" data-for="advanced">
2021-12-12 23:31:09 +01:00
__MSG_optionsTabAdvanced__
</div>
2020-04-03 03:26:13 +02:00
2021-12-12 23:31:09 +01:00
<p id="createdBy" class="titleBar">
<img src="../icons/newprofilepic.jpg" height="30" class="profilepiccircle" alt="profile picture of creator"/>
__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>
2021-12-12 23:31:09 +01:00
</div>
2021-12-13 12:14:51 +01:00
<div id="options" class="hidden">
2020-01-10 01:52:20 +01:00
2022-01-08 16:34:49 +01:00
<div id="segments" class="option-group hidden">
2021-12-12 23:31:09 +01:00
<div id="category-type" data-type="react-CategoryChooserComponent">
</div>
</div>
2022-01-08 16:34:49 +01:00
<div id="behavior" class="option-group hidden">
2021-12-12 23:31:09 +01:00
<div data-type="toggle" data-sync="autoSkipOnMusicVideos">
<div class="switch-container">
<label class="switch">
2021-12-13 12:14:51 +01:00
<input id="autoSkipOnMusicVideos" type="checkbox" checked>
2021-12-12 23:31:09 +01:00
<span class="slider round"></span>
</label>
2021-12-13 12:14:51 +01:00
<label class="switch-label" for="autoSkipOnMusicVideos">
2021-12-12 23:31:09 +01:00
__MSG_autoSkipOnMusicVideos__
2021-12-13 12:14:51 +01:00
</label>
2021-12-12 23:31:09 +01:00
</div>
2019-12-30 22:41:33 +01:00
</div>
2021-12-12 23:31:09 +01:00
<div data-type="toggle" data-sync="muteSegments">
<div class="switch-container">
<label class="switch">
2021-12-13 12:14:51 +01:00
<input id="muteSegments" type="checkbox" checked>
2021-12-12 23:31:09 +01:00
<span class="slider round"></span>
</label>
2021-12-13 12:14:51 +01:00
<label class="switch-label" for="muteSegments">
2021-12-12 23:31:09 +01:00
__MSG_muteSegments__
2021-12-13 12:14:51 +01:00
</label>
2019-12-30 22:41:33 +01:00
</div>
</div>
<div option-type="toggle" data-sync="fullVideoSegments">
<div class="switch-container">
<label class="switch">
<input id="fullVideoSegments" type="checkbox" checked>
<span class="slider round"></span>
</label>
<label class="switch-label" for="fullVideoSegments">
__MSG_fullVideoSegments__
</label>
</div>
</div>
2019-12-30 23:23:05 +01:00
2021-12-12 23:31:09 +01:00
<div data-type="number-change" data-sync="minDuration">
<label class="number-container">
2021-12-13 12:14:51 +01:00
<span class="optionLabel">__MSG_minDuration__</span>
2021-12-12 23:31:09 +01:00
<input type="number" step="0.1" min="0">
</label>
2019-12-30 23:23:05 +01:00
2021-12-12 23:31:09 +01:00
<div class="small-description">__MSG_minDurationDescription__</div>
2019-12-30 23:23:05 +01:00
</div>
2021-12-12 23:31:09 +01:00
<div data-type="toggle" data-sync="forceChannelCheck">
<div class="switch-container">
<label class="switch">
2021-12-13 12:14:51 +01:00
<input id="forceChannelCheck" type="checkbox" checked>
2021-12-12 23:31:09 +01:00
<span class="slider round"></span>
</label>
2021-12-13 12:14:51 +01:00
<label class="switch-label" for="forceChannelCheck">
2021-12-12 23:31:09 +01:00
__MSG_forceChannelCheck__
2021-12-13 12:14:51 +01:00
</label>
2021-12-12 23:31:09 +01:00
</div>
<div class="small-description">__MSG_whatForceChannelCheck__</div>
2019-12-30 23:23:05 +01:00
</div>
2021-12-12 23:31:09 +01:00
<div data-type="toggle" data-sync="refetchWhenNotFound">
<div class="switch-container">
<label class="switch">
2021-12-13 12:14:51 +01:00
<input id="refetchWhenNotFound" type="checkbox" checked>
2021-12-12 23:31:09 +01:00
<span class="slider round"></span>
</label>
2021-12-13 12:14:51 +01:00
<label class="switch-label" for="refetchWhenNotFound">
2021-12-12 23:31:09 +01:00
__MSG_enableRefetchWhenNotFound__
2021-12-13 12:14:51 +01:00
</label>
2021-12-12 23:31:09 +01:00
</div>
2020-02-09 01:23:48 +01:00
2021-12-12 23:31:09 +01:00
<div class="small-description">__MSG_whatRefetchWhenNotFound__</div>
</div>
2020-02-09 01:23:48 +01:00
</div>
2020-02-09 03:34:26 +01:00
2022-01-08 16:34:49 +01:00
<div id="interface" class="option-group hidden">
2021-12-12 23:31:09 +01:00
<div data-type="number-change" data-sync="skipNoticeDuration">
<label class="number-container">
2021-12-13 12:14:51 +01:00
<span class="optionLabel">__MSG_skipNoticeDuration__</span>
2021-12-12 23:31:09 +01:00
<input type="number" step="1" min="1">
</label>
2021-12-12 23:31:09 +01:00
<div class="small-description">__MSG_skipNoticeDurationDescription__</div>
</div>
<div data-type="toggle" data-toggle-type="reverse" data-sync="dontShowNotice">
<div class="switch-container">
<label class="switch">
2021-12-13 12:14:51 +01:00
<input id="dontShowNotice" type="checkbox" checked>
2021-12-12 23:31:09 +01:00
<span class="slider round"></span>
</label>
2021-12-13 12:14:51 +01:00
<label class="switch-label" for="dontShowNotice">
2021-12-12 23:31:09 +01:00
__MSG_showSkipNotice__
2021-12-13 12:14:51 +01:00
</label>
</div>
2021-12-12 23:31:09 +01:00
</div>
2021-12-12 23:31:09 +01:00
<div data-type="selector" data-sync="noticeVisibilityMode">
2021-12-15 22:22:06 +01:00
<label class="optionLabel" for="noticeVisibilityMode">__MSG_noticeVisibilityLabel__:</label>
2021-12-13 12:14:51 +01:00
<select id="noticeVisibilityMode" class="selector-element optionsSelector" >
2021-12-12 23:31:09 +01:00
<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>
2021-12-12 23:31:09 +01:00
<div data-type="toggle" data-toggle-type="reverse" data-sync="hideVideoPlayerControls">
<div class="switch-container">
<label class="switch">
2021-12-13 12:14:51 +01:00
<input id="hideVideoPlayerControls" type="checkbox" checked>
2021-12-12 23:31:09 +01:00
<span class="slider round"></span>
</label>
2021-12-13 12:14:51 +01:00
<label class="switch-label" for="hideVideoPlayerControls">
2021-12-12 23:31:09 +01:00
__MSG_showButtons__
2021-12-13 12:14:51 +01:00
</label>
2021-12-12 23:31:09 +01:00
</div>
2021-12-12 23:31:09 +01:00
<div class="small-description">__MSG_hideButtonsDescription__</div>
</div>
<div data-type="toggle" data-toggle-type="reverse" data-sync="hideDeleteButtonPlayerControls" data-dependent-on="hideVideoPlayerControls">
2021-12-12 23:31:09 +01:00
<div class="switch-container">
<label class="switch">
2021-12-13 12:14:51 +01:00
<input id="hideDeleteButtonPlayerControls" type="checkbox" checked>
2021-12-12 23:31:09 +01:00
<span class="slider round"></span>
</label>
2021-12-13 12:14:51 +01:00
<label class="switch-label" for="hideDeleteButtonPlayerControls">
__MSG_showDeleteButton__
2021-12-13 12:14:51 +01:00
</label>
</div>
2021-12-12 23:31:09 +01:00
</div>
2019-12-30 20:44:03 +01:00
<div data-type="toggle" data-toggle-type="reverse" data-sync="hideUploadButtonPlayerControls" data-dependent-on="hideVideoPlayerControls">
2021-12-12 23:31:09 +01:00
<div class="switch-container">
<label class="switch">
2021-12-13 12:14:51 +01:00
<input id="hideUploadButtonPlayerControls" type="checkbox" checked>
2021-12-12 23:31:09 +01:00
<span class="slider round"></span>
</label>
2021-12-13 12:14:51 +01:00
<label class="switch-label" for="hideUploadButtonPlayerControls">
__MSG_showUploadButton__
2021-12-13 12:14:51 +01:00
</label>
2021-12-12 23:31:09 +01:00
</div>
</div>
2019-12-30 20:44:03 +01:00
<div data-type="toggle" data-toggle-type="reverse" data-sync="hideSkipButtonPlayerControls">
2021-12-12 23:31:09 +01:00
<div class="switch-container">
<label class="switch">
2021-12-13 12:14:51 +01:00
<input id="hideSkipButtonPlayerControls" type="checkbox" checked>
2021-12-12 23:31:09 +01:00
<span class="slider round"></span>
</label>
2021-12-13 12:14:51 +01:00
<label class="switch-label" for="hideSkipButtonPlayerControls">
__MSG_showSkipButton__
2021-12-13 12:14:51 +01:00
</label>
</div>
2021-12-12 23:31:09 +01:00
</div>
2019-12-30 20:44:03 +01:00
<div data-type="toggle" data-toggle-type="reverse" data-sync="hideInfoButtonPlayerControls">
2021-12-12 23:31:09 +01:00
<div class="switch-container">
<label class="switch">
2021-12-13 12:14:51 +01:00
<input id="hideInfoButtonPlayerControls" type="checkbox" checked>
2021-12-12 23:31:09 +01:00
<span class="slider round"></span>
</label>
2021-12-13 12:14:51 +01:00
<label class="switch-label" for="hideInfoButtonPlayerControls">
__MSG_showInfoButton__
2021-12-13 12:14:51 +01:00
</label>
2021-12-12 23:31:09 +01:00
</div>
</div>
2019-12-30 20:44:03 +01:00
<div data-type="toggle" data-sync="autoHideInfoButton" data-dependent-on="hideInfoButtonPlayerControls">
2021-12-12 23:31:09 +01:00
<div class="switch-container">
<label class="switch">
2021-12-13 12:14:51 +01:00
<input id="autoHideInfoButton" type="checkbox" checked>
2021-12-12 23:31:09 +01:00
<span class="slider round"></span>
</label>
2021-12-13 12:14:51 +01:00
<label class="switch-label" for="autoHideInfoButton">
__MSG_autoHideInfoButton__
2021-12-13 12:14:51 +01:00
</label>
</div>
2021-12-12 23:31:09 +01:00
</div>
<div data-type="toggle" data-sync="audioNotificationOnSkip">
<div class="switch-container">
<label class="switch">
2021-12-13 12:14:51 +01:00
<input id="audioNotificationOnSkip" type="checkbox" checked>
2021-12-12 23:31:09 +01:00
<span class="slider round"></span>
</label>
2021-12-13 12:14:51 +01:00
<label class="switch-label" for="audioNotificationOnSkip">
2021-12-12 23:31:09 +01:00
__MSG_audioNotification__
2021-12-13 12:14:51 +01:00
</label>
</div>
2019-12-30 20:44:03 +01:00
2021-12-12 23:31:09 +01:00
<div class="small-description">__MSG_audioNotificationDescription__</div>
</div>
<div data-type="toggle" data-sync="showTimeWithSkips">
<div class="switch-container">
<label class="switch">
2021-12-13 12:14:51 +01:00
<input id="showTimeWithSkips" type="checkbox" checked>
2021-12-12 23:31:09 +01:00
<span class="slider round"></span>
</label>
2021-12-13 12:14:51 +01:00
<label class="switch-label" for="showTimeWithSkips">
2021-12-12 23:31:09 +01:00
__MSG_showTimeWithSkips__
2021-12-13 12:14:51 +01:00
</label>
</div>
2020-01-11 02:06:16 +01:00
2021-12-12 23:31:09 +01:00
<div class="small-description">__MSG_showTimeWithSkipsDescription__</div>
</div>
<div data-type="toggle" data-toggle-type="reverse" data-sync="showDonationLink" data-no-safari="true">
<div class="switch-container">
<label class="switch">
2021-12-13 12:14:51 +01:00
<input id="showDonationLink" type="checkbox" checked>
2021-12-12 23:31:09 +01:00
<span class="slider round"></span>
</label>
2021-12-13 12:14:51 +01:00
<label class="switch-label" for="showDonationLink">
2021-12-12 23:31:09 +01:00
__MSG_hideDonationLink__
2021-12-13 12:14:51 +01:00
</label>
</div>
2021-12-12 23:31:09 +01:00
</div>
</div>
2022-01-08 16:34:49 +01:00
<div id="keybinds" class="option-group hidden">
2020-04-05 05:26:09 +02:00
2022-01-08 17:07:37 +01:00
<div data-type="keybind-change" data-sync="skipKeybind">
<label class="optionLabel">__MSG_setSkipShortcut__:</label>
<div class="inline"></div>
2021-12-12 23:31:09 +01:00
</div>
2022-01-08 17:07:37 +01:00
<div data-type="keybind-change" data-sync="startSponsorKeybind">
<label class="optionLabel">__MSG_setStartSponsorShortcut__:</label>
<div class="inline"></div>
2021-12-12 23:31:09 +01:00
</div>
2022-01-08 17:07:37 +01:00
<div data-type="keybind-change" data-sync="submitKeybind">
<label class="optionLabel">__MSG_setSubmitKeybind__:</label>
<div class="inline"></div>
2021-12-12 23:31:09 +01:00
</div>
</div>
2022-01-08 16:34:49 +01:00
<div id="privacy" class="option-group hidden">
2021-12-12 23:31:09 +01:00
<div data-type="toggle" data-sync="trackViewCount">
<div class="switch-container">
<label class="switch">
2021-12-13 12:14:51 +01:00
<input id="trackViewCount" type="checkbox" checked>
2021-12-12 23:31:09 +01:00
<span class="slider round"></span>
</label>
2021-12-13 12:14:51 +01:00
<label class="switch-label" for="trackViewCount">
2021-12-12 23:31:09 +01:00
__MSG_enableViewTracking__
2021-12-13 12:14:51 +01:00
</label>
</div>
2020-09-04 18:39:00 +02:00
2021-12-12 23:31:09 +01:00
<div class="small-description">__MSG_whatViewTracking__</div>
</div>
2020-09-04 18:39:00 +02:00
<div data-type="toggle" data-sync="trackViewCountInPrivate" data-dependent-on="trackViewCount" data-private-only="true">
2021-12-12 23:31:09 +01:00
<div class="switch-container">
<label class="switch">
2021-12-13 12:14:51 +01:00
<input id="trackViewCountInPrivate" type="checkbox" checked>
2021-12-12 23:31:09 +01:00
<span class="slider round"></span>
</label>
2021-12-13 12:14:51 +01:00
<label class="switch-label" for="trackViewCountInPrivate">
2021-12-12 23:31:09 +01:00
__MSG_enableViewTrackingInPrivate__
2021-12-13 12:14:51 +01:00
</label>
2021-12-12 23:31:09 +01:00
</div>
</div>
2020-09-04 18:39:00 +02:00
</div>
2022-01-08 16:34:49 +01:00
<div id="import" class="option-group hidden">
2021-08-20 06:04:42 +02:00
2021-12-12 23:31:09 +01:00
<div data-type="private-text-change" data-sync="userID" data-confirm-message="userIDChangeWarning">
<div class="option-button trigger-button">
__MSG_changeUserID__
2021-08-20 06:04:42 +02:00
</div>
2021-12-12 23:31:09 +01:00
<div class="small-description">__MSG_whatChangeUserID__</div>
2019-12-30 20:44:03 +01:00
2021-12-15 22:22:06 +01:00
<div class="option-hidden-section hidden spacing indent">
2021-12-12 23:31:09 +01:00
<input class="option-text-box" type="text">
2019-12-30 20:44:03 +01:00
2021-12-15 22:22:06 +01:00
<div class="option-button text-change-set inline low-profile">
2021-12-12 23:31:09 +01:00
__MSG_setUserID__
</div>
</div>
</div>
2019-12-30 20:44:03 +01:00
2021-12-12 23:31:09 +01:00
<div data-type="private-text-change" data-sync="*" data-confirm-message="exportOptionsWarning">
2022-01-08 19:03:46 +01:00
<h2>__MSG_exportOptions__</h2>
<div>
<div class="option-button trigger-button inline">
__MSG_exportOptionsCopy__
</div>
<div class="option-button download-button inline">
__MSG_exportOptionsDownload__
</div>
<label for="importOptions" class="option-button inline">
__MSG_exportOptionsUpload__
</label>
<input id="importOptions" type="file" class="upload-button hidden" />
2021-12-12 23:31:09 +01:00
</div>
2019-12-30 20:44:03 +01:00
2021-12-12 23:31:09 +01:00
<div class="small-description">__MSG_whatExportOptions__</div>
2019-12-30 20:44:03 +01:00
2021-12-15 22:22:06 +01:00
<div class="option-hidden-section hidden spacing indent">
<textarea class="option-text-box" rows="10" style="width:80%"></textarea>
2019-12-30 07:20:20 +01:00
2021-12-12 23:31:09 +01:00
<div class="option-button text-change-set">
__MSG_setOptions__
</div>
2019-12-30 07:20:20 +01:00
</div>
</div>
2021-12-12 23:31:09 +01:00
2019-12-30 07:20:20 +01:00
</div>
2020-02-09 03:34:26 +01:00
2022-01-08 16:34:49 +01:00
<div id="advanced" class="option-group hidden">
2021-12-12 23:31:09 +01:00
<div id="support-invidious" data-type="toggle" data-sync="supportInvidious" data-no-safari="true">
<div class="switch-container">
<label class="switch">
2021-12-13 12:14:51 +01:00
<input id="supportInvidious" type="checkbox">
2021-12-12 23:31:09 +01:00
<span class="slider round"></span>
</label>
2021-12-13 12:14:51 +01:00
<label class="switch-label" for="supportInvidious">
2021-12-12 23:31:09 +01:00
__MSG_supportOtherSites__
2021-12-13 12:14:51 +01:00
</label>
2021-12-12 23:31:09 +01:00
</div>
2020-03-10 05:33:50 +01:00
2021-12-12 23:31:09 +01:00
<div class="small-description">(__MSG_supportedSites__ Invidious, CloudTube)</div>
2021-12-15 22:22:06 +01:00
<div class="small-description">__MSG_supportOtherSitesDescription__ </div>
2020-03-10 05:33:50 +01:00
</div>
2022-01-08 16:34:49 +01:00
<div data-type="private-text-change" data-sync="invidiousInstances" data-no-safari="true" data-dependent-on="supportInvidious">
2021-12-12 23:31:09 +01:00
<div class="option-button trigger-button">
__MSG_addInvidiousInstance__
</div>
2020-03-10 05:33:50 +01:00
2021-12-12 23:31:09 +01:00
<div class="small-description">__MSG_addInvidiousInstanceDescription__</div>
2020-03-10 05:33:50 +01:00
2021-12-15 22:22:06 +01:00
<div class="indent option-hidden-section hidden spacing">
2021-12-12 23:31:09 +01:00
<input class="option-text-box" type="text">
2021-12-15 22:22:06 +01:00
<div class="inline">
<div class="option-button text-change-set inline low-profile">
2021-12-12 23:31:09 +01:00
__MSG_add__
</div>
2021-12-15 22:22:06 +01:00
<div class="option-button text-change-reset inline low-profile">
__MSG_cancel__
2021-12-12 23:31:09 +01:00
</div>
</div>
2021-12-15 22:22:06 +01:00
</div>
<div style="margin-top:15px">
<span>__MSG_currentInstances__</span>
<span data-type="display" data-sync="invidiousInstances"></span>
<div class="option-button invidious-instance-reset spacing hidden">
__MSG_resetInvidiousInstance__
2021-12-12 23:31:09 +01:00
</div>
</div>
</div>
2020-03-10 05:33:50 +01:00
2021-12-12 23:31:09 +01:00
<div data-type="button-press" data-sync="copyDebugInformation" data-confirm-message="copyDebugInformation">
<div class="option-button trigger-button">
__MSG_copyDebugInformation__
2020-03-10 05:33:50 +01:00
</div>
2021-12-12 23:31:09 +01:00
<div class="small-description">__MSG_copyDebugInformationOptions__</div>
2020-03-10 05:33:50 +01:00
</div>
2021-12-12 23:31:09 +01:00
<div data-type="toggle" data-sync="testingServer" data-confirm-message="testingServerWarning" data-no-safari="true">
<div class="switch-container">
<label class="switch">
2021-12-13 12:14:51 +01:00
<input id="testingServer" type="checkbox">
2021-12-12 23:31:09 +01:00
<span class="slider round"></span>
</label>
2021-12-13 12:14:51 +01:00
<label class="switch-label" for="testingServer">
2021-12-12 23:31:09 +01:00
__MSG_enableTestingServer__
2021-12-13 12:14:51 +01:00
</label>
2021-12-12 23:31:09 +01:00
</div>
<div class="small-description">__MSG_whatEnableTestingServer__</div>
</div>
<div data-type="text-change" data-sync="serverAddress" data-dependent-on="testingServer" data-dependent-on-inverted="true">
2021-12-13 12:14:51 +01:00
<label class="optionLabel inline">
<span class="optionLabel">__MSG_customServerAddress__:</span>
<input class="option-text-box" type="text" style="margin-right:10px">
2021-12-13 12:14:51 +01:00
</label>
2020-04-09 06:40:11 +02:00
2021-12-15 22:22:06 +01:00
<div class="inline">
<div class="option-button text-change-set inline low-profile">
__MSG_save__
</div>
<div class="option-button text-change-reset inline low-profile">
__MSG_reset__
</div>
2021-12-12 23:31:09 +01:00
</div>
2020-04-09 06:40:11 +02:00
2021-12-12 23:31:09 +01:00
<div class="small-description">__MSG_customServerAddressDescription__</div>
2020-02-09 04:03:45 +01:00
</div>
</div>
2021-12-12 23:31:09 +01:00
</div>
2021-12-12 23:31:09 +01:00
2019-12-30 20:44:03 +01:00
</div>
</body>