Update options.html

Thank you for the great extension.  Here are some improvements to the Options page.
This commit is contained in:
Gitoffthelawn
2020-03-28 02:32:32 -07:00
committed by GitHub
parent 884be009a4
commit c6fbdc70d4

View File

@@ -25,7 +25,7 @@
<input class="customValue" type="text" placeholder="value (0.10)" />
<select class="customForce">
<option value="false">Do not disable website key bindings</option>
<option value="true">Disable websites key bindings</option>
<option value="true">Disable website key bindings</option>
</select>
</div>
<div class="row customs" id="slower">
@@ -41,7 +41,7 @@
<input class="customValue" type="text" placeholder="value (0.10)" />
<select class="customForce">
<option value="false">Do not disable website key bindings</option>
<option value="true">Disable websites key bindings</option>
<option value="true">Disable website key bindings</option>
</select>
</div>
<div class="row customs" id="faster">
@@ -57,7 +57,7 @@
<input class="customValue" type="text" placeholder="value (0.10)" />
<select class="customForce">
<option value="false">Do not disable website key bindings</option>
<option value="true">Disable websites key bindings</option>
<option value="true">Disable website key bindings</option>
</select>
</div>
<div class="row customs" id="rewind">
@@ -73,7 +73,7 @@
<input class="customValue" type="text" placeholder="value (10)" />
<select class="customForce">
<option value="false">Do not disable website key bindings</option>
<option value="true">Disable websites key bindings</option>
<option value="true">Disable website key bindings</option>
</select>
</div>
<div class="row customs" id="advance">
@@ -89,7 +89,7 @@
<input class="customValue" type="text" placeholder="value (10)" />
<select class="customForce">
<option value="false">Do not disable website key bindings</option>
<option value="true">Disable websites key bindings</option>
<option value="true">Disable website key bindings</option>
</select>
</div>
<div class="row customs" id="reset">
@@ -110,7 +110,7 @@
/>
<select class="customForce">
<option value="false">Do not disable website key bindings</option>
<option value="true">Disable websites key bindings</option>
<option value="true">Disable website key bindings</option>
</select>
</div>
<div class="row customs" id="fast">
@@ -126,7 +126,7 @@
<input class="customValue" type="text" placeholder="value (1.80)" />
<select class="customForce">
<option value="false">Do not disable website key bindings</option>
<option value="true">Disable websites key bindings</option>
<option value="true">Disable website key bindings</option>
</select>
</div>
@@ -136,7 +136,7 @@
<section>
<h3>Other</h3>
<div class="row">
<label for="enabled">Enabled</label>
<label for="enabled">Enable</label>
<input id="enabled" type="checkbox" />
</div>
<div class="row">
@@ -144,7 +144,7 @@
<input id="startHidden" type="checkbox" />
</div>
<div class="row">
<label for="rememberSpeed">Remember Playback Speed</label>
<label for="rememberSpeed">Remember playback speed</label>
<input id="rememberSpeed" type="checkbox" />
</div>
<div class="row">
@@ -157,12 +157,12 @@
</div>
<div class="row">
<label for="blacklist"
>Blacklisted sites on which extension is disabled<br />
>Sites on which extension is disabled<br />
(one per line)<br />
<br />
<em>
<a href="https://www.regexpal.com/">Regex</a> is supported. Be sure
it is in "//g" format.<br />
<a href="https://www.regexpal.com/">Regex</a> is supported.<br />
Be sure it is in "//g" format.<br />
ie: /(.+)youtube\.com(\/*)$/gi
</em>
</label>
@@ -172,21 +172,21 @@
<button id="save">Save</button>
<button id="restore">Restore Defaults</button>
<button id="experimental">Show experimental features</button>
<button id="experimental">Show Experimental Features</button>
<div id="status"></div>
<div id="faq">
<hr />
<h4>The video controls are not showing up?</h4>
<h4>Extension controls not appearing?</h4>
<p>
This extension is only compatible with HTML5 video. If you don't see the
controls showing up, chances are you are viewing a Flash video. If you
want to confirm, try right-clicking on the video and inspect the menu:
if it mentions flash, then that's the issue. That said,
<b>most sites will fallback to HTML5</b> if they detect that Flash it
not available. You can try manually disabling Flash plugin in Chrome:
This extension is only compatible with HTML5 audio and video. If you don't
see the controls showing up, chances are you are viewing a Flash content.
If you want to confirm, try right-clicking on the content and inspect the
menu: if it mentions flash, then that's the issue. That said, <b>most sites
will fallback to HTML5</b> if they detect that Flash is not available. You
can try manually disabling Flash plugin in the browser:
</p>
<ul>
@@ -194,7 +194,7 @@
In a new tab, navigate to <code>chrome://settings/content/flash</code>
</li>
<li>Disable "Allow sites to run Flash"</li>
<li>Restart your browser and try playing your video again</li>
<li>Restart your browser and try playing your audio or video again</li>
</ul>
<h4>The speed controls are not showing up for local videos?</h4>