Skip to content

Instantly share code, notes, and snippets.

@rambolee
Created June 8, 2017 06:26
Show Gist options
  • Save rambolee/4daef151463d3b38a74a464a521d6fb5 to your computer and use it in GitHub Desktop.
Save rambolee/4daef151463d3b38a74a464a521d6fb5 to your computer and use it in GitHub Desktop.
[HTML5 Youku 优酷 播放脚本]优酷 Youku html5 播放脚本 #tags:youku,优酷,html5,script,tampermonkey
// ==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