// ==UserScript== // @name Auto Play Charlie Rose Videos // @author Erik Vold // @namespace charlieroseAutoPlay // @include http://www.charlierose.com/view/interview/* // @version 0.1 // @datecreated 2009-07-22 // @lastupdated 2009-07-22 // @description This userscript will automatically play Charlie Rose's video's on charlierose.com so that you don't have to press start yourself. // ==/UserScript== unsafeWindow.$( "#embedded_static_image" ).click();