4chan-x/builds/4chan-X.meta.js
Zixaphir 0e103f0526 Merge branch 'v3' of git://github.com/MayhemYDG/4chan-x into v3
Conflicts:
	lib/$.coffee
	lib/ui.coffee
	src/config.coffee
	src/features.coffee
	src/main.coffee
	src/qr.coffee

Also added a proper Chrome build. I'mma have to save my pem file...
2013-04-15 23:11:22 -07:00

22 lines
1.1 KiB
JavaScript

// ==UserScript==
// @name 4chan X
// @version 3.1.3
// @namespace 4chan-X
// @description Cross-browser extension for productive lurking on 4chan.
// @copyright 2009-2011 James Campos <james.r.campos@gmail.com>
// @copyright 2012-2013 Nicolas Stepien <stepien.nicolas@gmail.com>
// @license MIT; http://en.wikipedia.org/wiki/Mit_license
// @match *://api.4chan.org/*
// @match *://boards.4chan.org/*
// @match *://images.4chan.org/*
// @match *://sys.4chan.org/*
// @grant GM_getValue
// @grant GM_setValue
// @grant GM_deleteValue
// @grant GM_openInTab
// @run-at document-start
// @updateURL https://4chan-x.just-believe.in/builds/4chan-X.meta.js
// @downloadURL https://4chan-x.just-believe.in/builds/4chan-X.user.js
// @icon data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwAgMAAAAqbBEUAAAACVBMVEUAAGcAAABmzDNZt9VtAAAAAXRSTlMAQObYZgAAAHFJREFUKFOt0LENACEIBdBv4Qju4wgWanEj3D6OcIVMKaitYHEU/jwTCQj8W75kiVCSBvdQ5/AvfVHBin11BgdRq3ysBgfwBDRrj3MCIA+oAQaku/Q1cNctrAmyDl577tOThYt/Y1RBM4DgOHzM0HFTAyLukH/cmRnqAAAAAElFTkSuQmCC
// ==/UserScript==