Last active
June 1, 2016 23:51
-
-
Save yar/a7be04eed2a82dcf8c1c98b9236a2e12 to your computer and use it in GitHub Desktop.
Reveal full talk descriptions on the pages listing videos at confreaks.tv
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
Array.prototype.filter.call(document.getElementsByClassName('video-abstract-preview'), function(el) { el.style.height = 'auto'; }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment