Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Anarios/return-youtube-dislike.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Extensions/combined/popup.html')
-rw-r--r--Extensions/combined/popup.html70
1 files changed, 41 insertions, 29 deletions
diff --git a/Extensions/combined/popup.html b/Extensions/combined/popup.html
index 7d39246..8318901 100644
--- a/Extensions/combined/popup.html
+++ b/Extensions/combined/popup.html
@@ -44,7 +44,7 @@
</button>
<br>
<button style="margin-top: 0.3em" id="link_changelog" title="__MSG_linkChangelog__">
- Change Log
+ __MSG_linkChangelog__
</button>
<br/>
@@ -94,28 +94,28 @@
__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__"
- >__MSG_textSettings__</span
- >
+ <span class="slider" />
+ <span class="switchLabel" title="__MSG_textSettings__">
+ __MSG_textSettings__
+ </span>
</label>
<br/>
- <label class="switch" data-hover="Round down numbers (default YouTube behavior)">
+ <label class="switch" data-hover="__MSG_roundNumbersHover__">
<input type="checkbox" id="number_round_down"/>
- <span class="slider"/>
- <span class="switchLabel">Show rounded down numbers</span>
+ <span class="slider" />
+ <span class="switchLabel">__MSG_roundNumbers__</span>
</label>
<br/>
- <label class="switch" data-hover="Make likes and dislikes format consistent">
+ <label class="switch" data-hover="__MSG_reformatLikesHover__">
<input type="checkbox" id="number_reformat_likes"/>
- <span class="slider"/>
- <span class="switchLabel">Re-format like numbers</span>
+ <span class="slider" />
+ <span class="switchLabel">__MSG_reformatLikes__</span>
</label>
<br/>
<div class="custom-select">
- <label for="number_format">Number format:</label>
+ <label for="number_format">__MSG_numberFormat__</label>
<select name="number_format" id="number_format">
<option value="compactShort" id="number_format_compactShort"></option>
<option value="compactLong" id="number_format_compactLong"></option>
@@ -124,26 +124,24 @@
</div>
<br/>
<div class="custom-select">
- <label class="switch" data-hover="Use custom colors for ratio bar.">
+ <label class="switch" data-hover="__MSG_colorizeRatioHover__">
<input type="checkbox" id="colored_bar"/>
- <span class="slider"/>
- <span class="switchLabel">Colorize ratio bar</span>
+ <span class="slider" />
+ <span class="switchLabel">__MSG_colorizeRatio__</span>
</label>
</div>
- <label class="switch" data-hover="Use custom colors for thumb icons.">
+ <label class="switch" data-hover="__MSG_colorizeThumbsHover__">
<input type="checkbox" id="colored_thumbs"/>
- <span class="slider"/>
- <span class="switchLabel">Colorize thumbs</span>
+ <span class="slider" />
+ <span class="switchLabel">__MSG_colorizeThumbs__</span>
</label>
<br/>
<div class="custom-select">
- <label for="color_theme">Color theme:</label>
+ <label for="color_theme">__MSG_colorTheme__</label>
<select name="color_theme" id="color_theme">
- <option value="classic" id="color_theme_classic">Classic</option>
- <option value="accessible" id="color_theme_accessible">
- Accessible
- </option>
- <option value="neon" id="color_theme_neon">Neon</option>
+ <option value="classic" id="color_theme_classic">"__MSG_textColorTheme1__"</option>
+ <option value="accessible" id="color_theme_accessible">"__MSG_textColorTheme2__"</option>
+ <option value="neon" id="color_theme_neon">"__MSG_textColorTheme3__"</option>
</select>
<span
id="color_theme_example_like"
@@ -153,8 +151,7 @@
width: 1em;
height: 1em;
"
- >&nbsp;</span
- >
+ >&nbsp;</span>
<span
id="color_theme_example_dislike"
style="
@@ -163,8 +160,23 @@
width: 1em;
height: 1em;
"
- >&nbsp;</span
- >
+ >&nbsp;</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&nbsp;/&nbsp;10&nbsp;&nbsp;-&nbsp;&nbsp;95%</option>
+ <option value="dash_dislike" id="tooltip_percentage_mode_dash_dislike">190&nbsp;/&nbsp;10&nbsp;&nbsp;-&nbsp;&nbsp;5%</option>
+ <option value="both" id="tooltip_percentage_mode_both">95%&nbsp;/&nbsp;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>