mirror of
https://github.com/SoPat712/videospeed.git
synced 2025-08-21 18:08:46 -04:00
add faq to configure page
This commit is contained in:
@@ -92,3 +92,7 @@ label[for=rememberSpeed] {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-left: 50px;
|
margin-left: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#faq {
|
||||||
|
margin-top: 2em;
|
||||||
|
}
|
||||||
|
13
options.html
13
options.html
@@ -50,5 +50,18 @@
|
|||||||
<button id="restore">Restore Defaults</button>
|
<button id="restore">Restore Defaults</button>
|
||||||
|
|
||||||
<div id="status"></div>
|
<div id="status"></div>
|
||||||
|
|
||||||
|
<div id="faq">
|
||||||
|
<hr />
|
||||||
|
|
||||||
|
<h4>The video controls are not showing up?</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:</p>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>In a new tab, navigate to <code>chrome://plugins</code></li>
|
||||||
|
<li>Disable "Adobe Flash Player"</li>
|
||||||
|
<li>Restart your browser and try playing your video again</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Reference in New Issue
Block a user