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