Skip to content

Instantly share code, notes, and snippets.

@YLaido
YLaido / Youku_Browser_Full_Screen.js
Created April 24, 2018 05:40
Fork of "Youku Browser Full Screen"
// ==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==