NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @namespace https://openuserjs.org/users/aalves // @name Getting Started with a User Script // @description Showing the current basic and recommended format for a User script. // @copyright 2017, aalves (https://openuserjs.org/users/aalves) // @license MIT // @version 0.0.1 // @include https://www.youtube.com/iframe_api // @grant none // ==/UserScript== // ==OpenUserJS== // @author aalves // ==/OpenUserJS== /** * * Please begin typing or paste your User script now. * */ document.getElementById("movie_player").seekTo(120); console.log("success");