diff --git a/Gruntfile.coffee b/Gruntfile.coffee index 7645ce90f..a17bd0796 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -47,7 +47,7 @@ module.exports = (grunt) -> userscript: options: concatOptions files: - 'builds/<%= pkg.name %>.meta.js': 'src/metadata.js' + 'builds/<%= pkg.name %>.meta.js': 'src/meta/metadata.js' 'builds/<%= pkg.name %>.user.js': [ 'src/meta/metadata.js' 'src/meta/banner.js' diff --git a/builds/4chan-X.meta.js b/builds/4chan-X.meta.js index e69de29bb..5a902d4ed 100644 --- a/builds/4chan-X.meta.js +++ b/builds/4chan-X.meta.js @@ -0,0 +1,23 @@ +// ==UserScript== +// @name 4chan X +// @version 1.1.0 +// @namespace 4chan-X +// @description Cross-browser userscript for maximum lurking on 4chan. +// @copyright 2013-2013 Zixaphir +// @copyright 2013-2013 Jordan Bates +// @copyright 2009-2011 James Campos +// @copyright 2012-2013 Nicolas Stepien +// @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://github.com/seaweedchan/4chan-x/raw/stable/builds/4chan_X.meta.js +// @downloadURL https://github.com/seaweedchan/4chan-x/raw/stable/builds/4chan_X.user.js +// @icon data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwAgMAAAAqbBEUAAAACVBMVEUAAGcAAABmzDNZt9VtAAAAAXRSTlMAQObYZgAAAHFJREFUKFOt0LENACEIBdBv4Qju4wgWanEj3D6OcIVMKaitYHEU/jwTCQj8W75kiVCSBvdQ5/AvfVHBin11BgdRq3ysBgfwBDRrj3MCIA+oAQaku/Q1cNctrAmyDl577tOThYt/Y1RBM4DgOHzM0HFTAyLukH/cmRnqAAAAAElFTkSuQmCC +// ==/UserScript== \ No newline at end of file