Resize YT To Window Size

Moves the YouTube video to the top of the website and fill the window with the video player.

这些是代码更新过的版本。 显示所有版本

  • v90 2017-02-13 Synced from GitHub - Update the description with the keyword "fill". - Apply script on /shared? URLs.
  • v89 2017-01-25 Synced from GitHub - v89 * Hide the scrollbar on video pages (webkit browsers). * No longer promote Stylish to hide scrollbars now that the extension spies on you by default. - Do not promote userstyles.org The extension Stylish now tracks users by default.
  • v88 2016-10-26 Synced from GitHub - v88 - Add support for the Material Design UI experiment.
  • v87 2016-09-03 Synced from GitHub - v87 - Redo the previous fix since it caused problems.
  • v86 2016-09-03 Synced from GitHub - Override leftover element.style.height when closing the share widget. - Remove jQuery.addClass/removeClass and use el.classList.add/remove.
  • v85 2016-07-15 Synced from GitHub - v85 - Fix seekbar fix regex.
  • v84 2016-07-07 Synced from GitHub - v84 - Don't run in iframe, and fix videos on channels.
  • v83 2016-03-27 Synced from GitHub - 83 - Force width to 100% on the `#player-api` element to fix compatibility with Youtube+.
  • v82 2016-03-02 Synced from GitHub - v82 - Fix the autoplaying video on channels.
  • v81 2016-02-20 Synced from GitHub - v80 - Tempfix the player ui not resizing before being clicked. - v81 - Proper fix for the player ui not resizing before being clicked.
  • v80 2016-02-20
  • v79 2016-02-16 Synced from GitHub - v79 - tempfix control resize and target body[data-spf-name="watch"] * Tempfix the player ui not resizing before being clicked. * Stop duplicating the stylesheet every page. * Target `body[data-spf-name="watch"]` if spf is enabled so the player remains the same size when changing video.
  • v78 2016-01-18 Synced from GitHub - v78 - Fix a few errors.
  • v77 2015-12-25 Synced from GitHub - v77 - Fix the autoplay UI not being shown.
  • v76 2015-12-24 Synced from GitHub - v76 - Fix seekbar after several videos and fully compat with YT+ * Cleanup cached varibles when changing pages. Should fix the seekbar width breaking after a few videos. * Make compatible with Youtube+'s "Player always visible when reading comments" feature.
  • v75 2015-12-20 Synced from GitHub - v75 - Trigger resizing the player controls after patching it's size function.
  • v74 2015-12-17 Synced from GitHub - v74 - Fix the Skip Ad UI getting hidden.
  • v73 2015-12-13 Synced from GitHub - v73 - Reenable the html5 seekbar fix since apparently the problem is unrelated to my script.
  • v72 2015-12-13 Synced from GitHub - v72 - Fix playlist widget overlaying sidebar. Disable the html5 seekbar fix (for now). My technique appears to break everything (comment loading/autoplay/buttons) on occasion.
  • v71 2015-11-24 Synced from GitHub - Don't use hardcoded variable in getPlayerInstances (leftover from debugging probably). - Use the uw variable so the script can be pasted into the console. - v71 - Fix html5 seekbar Remove some old stuff from description.
  • v70 2015-08-19 Synced from GitHub - v70 - Fix playlist overlaying the rest of the sidebar and the video description when using Youtube+.
  • v69 2015-07-26 Synced from GitHub - v69 - Make script slightly compatible with Youtube+ after clicking another video. Also wrap the html5 fix code in case other scripts replace the entire player. Also use the for in loop instead of a Object.keys().forEach on the inner loop in case that ever breaks.
  • v68 2015-06-20 Synced from GitHub - v68 - Update HTML5 fix for the old player. `Objects.keys(obj.constructor.prototype)` was skipping the property, so used `for (var k in obj){}`. Also made debugging the html5 player easier.
  • v67 2015-06-17 Synced from GitHub - v67 - Make script slightly compatible with Youtube+
  • v66 2015-06-14 Synced from GitHub - v66 - Fix player offset when the window is really small. Fix #13
  • v65 2015-05-28 Synced from GitHub - v65 - Update HTML5 fix for old player.
  • v64 2015-05-08 Synced from GitHub - v64 - fix masthead transition. fix hidden playlist widget.
  • v63 2015-05-06 Synced from GitHub - v63 - Update HTML5 fix. Remove transition on the masthead.
  • v62 2015-05-06 Synced from GitHub - v62 - Fix the height on new `.html5-video-container` element.
  • v61 2015-04-30 Synced from GitHub - v61 - Update HTML5 fix. Change @description a bit.
  • v60 2015-04-29 Synced from GitHub - v60 - Prevent offset on `.player-api` when in theater mode.
  • v59 2015-04-29 Synced from GitHub - v59 - Update HTML5 fix regexes to use a proper (ascii) variable name detection pattern.
  • v58 2015-04-29 Synced from GitHub - v58 - Hide the #placeholder-player element.
  • v57 2015-03-17 Synced from GitHub - v57 - Update HTML5 fix regexes. Minor code cleanup.
  • v56 2015-03-03 Synced from GitHub - v56 - Update HTML5 fix regexes.
  • v55 2015-02-25 Imported from URL
  • v54 2015-02-24 Synced from GitHub - v54 - Get ytwp.ytapp using the private static list variable. * Fix double audio bug after clicking a video on the homepage/search page. * No longer reloading the html5 player to get the `playerInstance`. We are instead creating an unused dummy `playerInstance` to get the reference to it's constructor, which has a static list of the list of active `playerInstances`. * Reattempt to subscribe to `pubsub` events 1 second later if we get an error.
  • v53 2015-02-13 Imported from URL
  • v52 2015-01-30 Imported from URL
  • v1.51 2015-01-29 Imported from URL
  • v1.50 2015-01-25 Imported from URL
  • v1.49 2015-01-09 Imported from URL
  • v1.48 2014-12-20 Imported from URL
  • v1.47 2014-12-11
  • v1.46 2014-11-27 Imported from URL
  • v1.45 2014-11-13
  • v1.44 2014-10-31
  • v1.43 2014-10-31
  • v1.42 2014-08-18 Imported from URL
  • v1.41 2014-08-11 Imported from URL

显示脚本的所有版本