看豆瓣

播放豆瓣电影

当前为 2020-06-22 提交的版本,查看 最新版本

// ==UserScript==
// @name 		看豆瓣
// @namespace 		kandouban
// @version 		0.0.3
// @author 		bengben
// @description 	播放豆瓣电影


// @include     https://movie.douban.com/subject/*
// @require 	https://code.jquery.com/jquery-2.1.4.min.js

// @grant 		GM_getValue
// @grant 		GM_setValue
// @grant 		GM_listValues
// ==/UserScript==

// test script
// GM_setValue('GMTest1','hello kitty');
// alert(GM_getValue('GMTest1'));

alert(1);