Skip to content

Instantly share code, notes, and snippets.

@Ashton-W
Created October 13, 2015 09:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ashton-W/6a84438b2e67474bc1ad to your computer and use it in GitHub Desktop.
Save Ashton-W/6a84438b2e67474bc1ad to your computer and use it in GitHub Desktop.
User script that removes max-height of WWDC video transcripts, no more scrolls
// ==UserScript==
// @name WWDC Video Transcripts No Scroll
// @namespace http://wwdc/
// @version 0.1
// @description removes max-height of WWDC video transcripts, no more scrolls
// @author You
// @include https://developer.apple.com/videos/play/*
// @grant GM_addStyle
// ==/UserScript==
GM_addStyle(".view-play .main .supplements .transcript { max-height: none !important; }");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment