From db769f44df84497e4bf85cdd0c99f2de8d48468a Mon Sep 17 00:00:00 2001 From: codebicycle Date: Thu, 26 Mar 2020 21:34:03 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- options.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fdd6546..7483073 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Some sites may assign other functionality to one of the assigned shortcut keys ### FAQ -**The video controls are not showing up?** 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, most sites will fallback to HTML5 if they detect that Flash it not available. You can try manually disabling Flash plugin in browser. +**The video controls are not showing up?** 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, most sites will fallback to HTML5 if they detect that Flash is not available. You can try manually disabling Flash from the browser. ### License diff --git a/options.html b/options.html index 2ee0994..2652a7c 100644 --- a/options.html +++ b/options.html @@ -129,7 +129,7 @@

The video controls are not showing up?

-

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, most sites will fallback to HTML5 if they detect that Flash it not available. You can try manually disabling Flash plugin in browser.

+

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, most sites will fallback to HTML5 if they detect that Flash is not available. You can try manually disabling Flash from the browser.