This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @version 6 | |
| // @name Hide YouTube Header | |
| // @namespace https://github.com/YePpHa/YouTubeCenter/issues/786 | |
| // @description Hides YouTube header when a video is playing | |
| // @match *://www.youtube.com/* | |
| // @run-at document-start | |
| // @grant none | |
| // @noframes | |
| // ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "Domain registered www.youtube.com." YouTubeCenter.user.js:25734 | |
| "[PageReadinessListener] At event => headerInitialized" "feed_what_to_watch" www.youtube.com:1949 | |
| "Language set to en-US because it could not be auto-detected yet" www.youtube.com:1949 | |
| "[PageReadinessListener] At event => bodyInitialized" "feed_what_to_watch" www.youtube.com:1949 | |
| "Adding player shortcuts to document" www.youtube.com:1949 | |
| "[External] Setting player configruation." www.youtube.com:1949 | |
| "[SPF] ready" null www.youtube.com:1949 | |
| "[PageReadinessListener] At event => bodyInteractive" "feed_what_to_watch" www.youtube.com:1949 | |
| "[Thumbnail] Setup has begun..." www.youtube.com:1949 | |
| "[Storage] Saving Settings" www.youtube.com:1949 |
NewerOlder