Created
June 8, 2017 06:26
-
-
Save rambolee/4daef151463d3b38a74a464a521d6fb5 to your computer and use it in GitHub Desktop.
[HTML5 Youku 优酷 播放脚本]优酷 Youku html5 播放脚本 #tags:youku,优酷,html5,script,tampermonkey
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 youku-html5 | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description youku-html5 | |
// @author jswh | |
// @match *://*.youku.com/* | |
// @grant none | |
// ==/UserScript== | |
(function() { | |
'use strict'; | |
window.sessionStorage.setItem("P_l_h5", true); | |
})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment