From 4b005759e842a5389a38c0b8538668e8c0f85d7d Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Thu, 21 Jun 2012 14:24:06 +0200 Subject: [PATCH] Provide @downloadURL. --- 4chan_x.user.js | 1 + Cakefile | 1 + 2 files changed, 2 insertions(+) diff --git a/4chan_x.user.js b/4chan_x.user.js index 1491f1bd5..6cd5dbe51 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -14,6 +14,7 @@ // @include https://sys.4chan.org/* // @run-at document-start // @updateURL https://github.com/MayhemYDG/4chan-x/raw/stable/4chan_x.user.js +// @downloadURL https://github.com/MayhemYDG/4chan-x/raw/stable/4chan_x.user.js // @icon http://mayhemydg.github.com/4chan-x/favicon.gif // ==/UserScript== diff --git a/Cakefile b/Cakefile index 658b88f63..c222febf5 100644 --- a/Cakefile +++ b/Cakefile @@ -21,6 +21,7 @@ HEADER = """ // @include https://sys.4chan.org/* // @run-at document-start // @updateURL https://github.com/MayhemYDG/4chan-x/raw/stable/4chan_x.user.js +// @downloadURL https://github.com/MayhemYDG/4chan-x/raw/stable/4chan_x.user.js // @icon http://mayhemydg.github.com/4chan-x/favicon.gif // ==/UserScript==