Forgot files

This commit is contained in:
Nicolas Stepien 2012-09-26 14:44:52 +02:00
parent 80619c763d
commit f1bc29ca7d
3 changed files with 43 additions and 0 deletions

21
src/banner.js Normal file
View File

@ -0,0 +1,21 @@
/* <%= meta.name %> - Version <%= pkg.version %> - <%= grunt.template.today('yyyy-mm-dd') %>
* http://mayhemydg.github.com/4chan-x/
*
* Copyright (c) 2009-2011 James Campos <james.r.campos@gmail.com>
* Copyright (c) <%= grunt.template.today('yyyy') %> Nicolas Stepien <stepien.nicolas@gmail.com>
* Licensed under the MIT license.
* <%= meta.repo %>blob/master/LICENSE
*
* Contributors:
* <%= meta.repo %>graphs/contributors
* Non-GitHub contributors:
* ferongr, xat-, Ongpot, thisisanon and Anonymous - favicon contributions
* e000 - cooldown sanity check
* Seiba - chrome quick reply focusing
* herpaderpderp - recaptcha fixes
* WakiMiko - recaptcha tab order http://userscripts.org/scripts/show/82657
*
* All the people who've taken the time to write bug reports.
*
* Thank you.
*/

1
src/latest.js Normal file
View File

@ -0,0 +1 @@
document.dispatchEvent(new CustomEvent("<%= pkg.name.replace(/-/g, '') %>Version",{detail:{v:"<%= pkg.version %>"}}))

21
src/metadata.js Normal file
View File

@ -0,0 +1,21 @@
// ==UserScript==
// @name <%= meta.name %>
// @version <%= pkg.version %>
// @description Cross-browser userscript for maximum lurking on 4chan.
// @copyright 2009-2011 James Campos <james.r.campos@gmail.com>
// @copyright <%= grunt.template.today('yyyy') %> Nicolas Stepien <stepien.nicolas@gmail.com>
// @license MIT; http://en.wikipedia.org/wiki/Mit_license
// @match *://boards.4chan.org/*
// @match *://images.4chan.org/*
// @match *://sys.4chan.org/*
// @match *://api.4chan.org/*
// @match *://*.foolz.us/api/*
// @grant GM_getValue
// @grant GM_setValue
// @grant GM_deleteValue
// @grant GM_openInTab
// @run-at document-start
// @updateURL <%= meta.repo %>raw/stable/<%= meta.files.metajs %>
// @downloadURL <%= meta.repo %>raw/stable/<%= meta.files.userjs %>
// @icon <%= meta.repo %>raw/stable/img/icon.gif
// ==/UserScript==