inbasic / iyccenter

YouTube Control Center provides a set of useful tools for YouTube.com
http://add0n.com/control-center.html
Other
48 stars 37 forks source link

Show video controls on player not appear on Fullscreen #39

Closed gotquestions closed 9 years ago

gotquestions commented 9 years ago

I have "Show video controls on player" checked and the video controls appear in Normal Mode, and Theater Mode, but not in Fullscreen and I would like it in fullscreen ALSO. So if others usually don't want it to show in Fullscreen then could you please add a second Option for Fullscreen? "Show video controls on player for Normal and Theater Mode" "Show video controls on player in FullScreen Mode" Thankyou

NOTE: Something handy you might be interested in for your own use: Github Comment Enhancer Adds Markup Tag Bar for github.com https://greasyfork.org/en/scripts/493-github-comment-enhancer With Greasemonkey Addon https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/

github markup bar bbcode tags

inbasic commented 9 years ago

Well, I am not sure if it is possible, https://developers.google.com/youtube/player_parameters#controls

There is no such an option in the documentation.

gotquestions commented 9 years ago

This script https://greasyfork.org/en/scripts/3435-youtube-embed-tweak/code With Greasemonkey Addon. https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/

Must go into code and set this section to 0 // Set autohide = 0 or 1, 1 enables auto hide of player controls. (0 is default behaviour) var autohide = 0;

Go to either of these pages and scroll down to find a YOUTUBE video with FullScreen Button. The control panel will remain visible in FullScreen mode if paused or PLAYING. https://twitter.com/search?q=musicvideo&vertical=default&f=tweets https://twitter.com/search?q=video&vertical=default&f=tweets

Youtube pages are excluded in the Script. It is only for embedded Youtube videos.

inbasic commented 9 years ago

Thanks for the suggestion. There is a new option available on the latest beta version to have control over full-screen video controls https://github.com/inbasic/iyccenter/blob/master/src/iyccenter.xpi?raw=true

gotquestions commented 9 years ago

Yes ! Youtube videos Control Panel appears in Fullscreen mode although one time it didn't so I don't really know why ( I had checkmarked the option) but will observe more. It doesn't work for embedded videos though. Thankyou very much for adding that option for me!