Keep FAQ browser independent

This commit is contained in:
codebicycle
2017-07-22 09:57:57 +03:00
parent 1c6ebaf384
commit 9f14fdb2ce

View File

@@ -83,22 +83,8 @@
<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>
<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 browser.</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>
<h4>The speed controls are not showing up for local videos?</h4>
<p>To enable playback of local media (e.g. File &gt; Open File), you need to grant additional permissions to the extension.</p>
<ul>
<li>In a new tab, navigate to <code>chrome://extensions</code></li>
<li>Find "Video Speed Controller" extension in the list and enable "Allow access to file URLs"</li>
<li>Open a new tab and try opening a local file, the controls should show up</li>
</ul>
</div>
</body>
</html>