This file contains 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== | |
// @name IMDB YouTube Trailers | |
// @description Replace IMDB default trailers with Youtube trailers | |
// @namespace guyjz | |
// @include http://www.imdb.com/title/* | |
// @version 1.0 | |
// ==/UserScript== | |
// based on http://userscripts.org/scripts/review/118598 |