Skip to content

Instantly share code, notes, and snippets.

@wstczlt
wstczlt / dfss_autoplay.user.js
Created October 20, 2015 08:39 — forked from pingany/dfss_autoplay.user.js
使用方法: 下载此文件保存成dfss_autoplay.user.js, 拖进chrome浏览器即可
// ==UserScript==
// @name 东方时尚课程自动播放
// @namespace http://your.homepage/
// @version 0.1
// @description enter something useful
// @author You
// @match *://dfss.anjia365.com/player.do*
// @grant none
// ==/UserScript==
@wstczlt
wstczlt / fan.py
Last active August 29, 2015 13:57 — forked from c4pt0r/fan.py
#!/usr/bin/env python
#encoding=utf-8
# Hacker Need Food!
import json
import os
import sys
import random
from optparse import OptionParser
import urllib, urllib2, cookielib