最近火起来的12306.cn,顺带着火起来一些刷票的脚本。

一个很好玩的东西油猴脚本映入眼帘!

瞬间觉得自己会点JS,挺好。本着爱学习的态度,用晚上的时间做了个小的DEMO:http://www.dachie.com/userscript/

 

// ==UserScript==
// @name          Hello World
// @namespace     http://diveintogreasemonkey.org/download/
// @description   example script to alert "Hello world!" on every page
// @include       *
// @exclude       http://diveintogreasemonkey.org/*
// @exclude       http://www.diveintogreasemonkey.org/*
// ==/UserScript==

整体结构基本上是这样。

还可以// @require http://code.jquery.com/jquery-1.8.2.js 一些你需要的类库到油猴脚本中使用

 

学习地址:http://sebug.net/paper/books/greasemonkey/

版权声明:本文为dachie原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
本文链接:https://www.cnblogs.com/dachie/archive/2012/04/12/2706508.html