Simplify cookie source selection UI by removing detailed input fields
This commit is contained in:
@@ -405,52 +405,6 @@
|
||||
/>
|
||||
<label for="youtube-cookie-source-select" class="settings-field-label">YouTube Cookies</label>
|
||||
<select id="youtube-cookie-source-select" class="settings-input"></select>
|
||||
<div class="settings-inline-grid">
|
||||
<div class="settings-field-group">
|
||||
<label for="youtube-cookie-profile-input" class="settings-field-label">Browser Profile</label>
|
||||
<input
|
||||
type="text"
|
||||
id="youtube-cookie-profile-input"
|
||||
class="settings-input"
|
||||
placeholder="Default"
|
||||
autocomplete="off"
|
||||
spellcheck="false"
|
||||
/>
|
||||
</div>
|
||||
<div class="settings-field-group">
|
||||
<label for="youtube-cookie-container-input" class="settings-field-label">Firefox Container</label>
|
||||
<input
|
||||
type="text"
|
||||
id="youtube-cookie-container-input"
|
||||
class="settings-input"
|
||||
placeholder="none"
|
||||
autocomplete="off"
|
||||
spellcheck="false"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="settings-field-group">
|
||||
<label for="youtube-cookie-keyring-select" class="settings-field-label">Linux Keyring</label>
|
||||
<select id="youtube-cookie-keyring-select" class="settings-input">
|
||||
<option value="">Default</option>
|
||||
<option value="basictext">basictext</option>
|
||||
<option value="gnomekeyring">gnomekeyring</option>
|
||||
<option value="kwallet">kwallet</option>
|
||||
<option value="kwallet5">kwallet5</option>
|
||||
<option value="kwallet6">kwallet6</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="settings-field-group">
|
||||
<label for="youtube-cookie-file-input" class="settings-field-label">Cookies File</label>
|
||||
<input
|
||||
type="text"
|
||||
id="youtube-cookie-file-input"
|
||||
class="settings-input"
|
||||
placeholder="/path/to/cookies.txt"
|
||||
autocomplete="off"
|
||||
spellcheck="false"
|
||||
/>
|
||||
</div>
|
||||
<div class="settings-actions">
|
||||
<button type="button" id="clear-youtube-cookie-source-button">Clear YouTube cookies source</button>
|
||||
</div>
|
||||
@@ -477,54 +431,8 @@
|
||||
<h2 id="cookie-title">YouTube Sign-In Required</h2>
|
||||
</div>
|
||||
<p id="cookie-message" class="settings-help"></p>
|
||||
<label for="cookie-source-select" class="settings-field-label">Cookie Source</label>
|
||||
<label for="cookie-source-select" class="settings-field-label">Browser</label>
|
||||
<select id="cookie-source-select" class="settings-input"></select>
|
||||
<div class="settings-inline-grid">
|
||||
<div class="settings-field-group">
|
||||
<label for="cookie-profile-input" class="settings-field-label">Browser Profile</label>
|
||||
<input
|
||||
type="text"
|
||||
id="cookie-profile-input"
|
||||
class="settings-input"
|
||||
placeholder="Default"
|
||||
autocomplete="off"
|
||||
spellcheck="false"
|
||||
/>
|
||||
</div>
|
||||
<div class="settings-field-group">
|
||||
<label for="cookie-container-input" class="settings-field-label">Firefox Container</label>
|
||||
<input
|
||||
type="text"
|
||||
id="cookie-container-input"
|
||||
class="settings-input"
|
||||
placeholder="none"
|
||||
autocomplete="off"
|
||||
spellcheck="false"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="settings-field-group">
|
||||
<label for="cookie-keyring-select" class="settings-field-label">Linux Keyring</label>
|
||||
<select id="cookie-keyring-select" class="settings-input">
|
||||
<option value="">Default</option>
|
||||
<option value="basictext">basictext</option>
|
||||
<option value="gnomekeyring">gnomekeyring</option>
|
||||
<option value="kwallet">kwallet</option>
|
||||
<option value="kwallet5">kwallet5</option>
|
||||
<option value="kwallet6">kwallet6</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="settings-field-group">
|
||||
<label for="cookie-file-input" class="settings-field-label">Cookies File</label>
|
||||
<input
|
||||
type="text"
|
||||
id="cookie-file-input"
|
||||
class="settings-input"
|
||||
placeholder="/path/to/cookies.txt"
|
||||
autocomplete="off"
|
||||
spellcheck="false"
|
||||
/>
|
||||
</div>
|
||||
<div class="settings-actions">
|
||||
<button type="button" id="cookie-cancel-button">Cancel</button>
|
||||
<button type="button" id="cookie-use-button">Use Source</button>
|
||||
|
||||
Reference in New Issue
Block a user