mirror of
https://github.com/Anarios/return-youtube-dislike.git
synced 2026-09-12 10:22:10 +02:00
Merge branch 'develop' into spanish-proofread
This commit is contained in:
@@ -94,7 +94,7 @@
|
||||
__MSG_legendSettings__
|
||||
</legend>
|
||||
|
||||
<label class="switch" data-hover="__MSG_textSettingsHover__">
|
||||
<label class="switch" data-hover="Stop counting your likes and dislikes">
|
||||
<input type="checkbox" id="disable_vote_submission"/>
|
||||
<span class="slider"/>
|
||||
<span class="switchLabel" title="__MSG_textSettings__"
|
||||
@@ -110,6 +110,7 @@
|
||||
>
|
||||
</label>
|
||||
<br/>
|
||||
|
||||
<label class="switch" data-hover="__MSG_textConsistentFormatHover__">
|
||||
<input type="checkbox" id="number_reformat_likes"/>
|
||||
<span class="slider"/>
|
||||
@@ -145,7 +146,7 @@
|
||||
</label>
|
||||
<br/>
|
||||
<div class="custom-select">
|
||||
<label for="color_theme">"__MSG_textColorTheme__"</label>
|
||||
<label for="color_theme" class="label-with-hover-tip" data-hover="">__MSG_textColorTheme__</label>
|
||||
<select name="color_theme" id="color_theme">
|
||||
<option value="classic" id="color_theme_classic">"__MSG_textColorTheme1__"</option>
|
||||
<option value="accessible" id="color_theme_accessible">"__MSG_textColorTheme2__"</option>
|
||||
@@ -172,6 +173,22 @@
|
||||
> </span
|
||||
>
|
||||
</div>
|
||||
<br/>
|
||||
<label class="switch" data-hover="Display percentage in like/dislike bar tooltip.">
|
||||
<input type="checkbox" id="show_tooltip_percentage"/>
|
||||
<span class="slider"/>
|
||||
<span class="switchLabel">Percentage in like/dislike bar tooltip.</span>
|
||||
</label>
|
||||
<div class="custom-select">
|
||||
<label for="tooltip_percentage_mode" data-hover="Use custom percentage display on hover.">Percent mode:</label>
|
||||
<select name="tooltip_percentage_mode" id="tooltip_percentage_mode">
|
||||
<option value="dash_like" id="tooltip_percentage_mode_dash_like">190 / 10 - 95%</option>
|
||||
<option value="dash_dislike" id="tooltip_percentage_mode_dash_dislike">190 / 10 - 5%</option>
|
||||
<option value="both" id="tooltip_percentage_mode_both">95% / 5%</option>
|
||||
<option value="only_like" id="tooltip_percentage_mode_only_like">95%</option>
|
||||
<option value="only_dislike" id="tooltip_percentage_mode_only_dislike">5%</option>
|
||||
</select>
|
||||
</div>
|
||||
</fieldset>
|
||||
</body>
|
||||
<script src="popup.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user