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
// ==UserScript== | |
// @name Youku Browser Full Screen | |
// @version 0.0.0.1 | |
// @description 给优酷的h5播放器增加一个网页全屏按钮,得等网页加载完了才能出来。 | |
// @include /v.youku.com/v_show.*/ | |
// @require http://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js | |
// @run-at document-end | |
// @author AkiyamaYummy | |
// @namespace https://greasyfork.org/users/9356 | |
// ==/UserScript== |