From fb6644764866b1eca882f9065bf7b4025c0e092f Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Mon, 18 Jun 2012 23:36:23 +0200 Subject: [PATCH] Fix the metadata includes. --- 4chan_x.user.js | 9 ++++++--- Cakefile | 9 ++++++--- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index 2f6e5f599..1cab752ac 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -6,9 +6,12 @@ // @copyright 2009-2011 James Campos // @copyright 2012 Nicolas Stepien // @license MIT; http://en.wikipedia.org/wiki/Mit_license -// @include http*://boards.4chan.org/* -// @include http*://images.4chan.org/* -// @include http*://sys.4chan.org/* +// @include http://boards.4chan.org/* +// @include https://boards.4chan.org/* +// @include http://images.4chan.org/* +// @include https://images.4chan.org/* +// @include http://sys.4chan.org/* +// @include https://sys.4chan.org/* // @run-at document-start // @updateURL https://raw.github.com/MayhemYDG/4chan-x/stable/4chan_x.user.js // @icon http://mayhemydg.github.com/4chan-x/favicon.gif diff --git a/Cakefile b/Cakefile index b3d99df5c..50f39cfc4 100644 --- a/Cakefile +++ b/Cakefile @@ -13,9 +13,12 @@ HEADER = """ // @copyright 2009-2011 James Campos // @copyright 2012 Nicolas Stepien // @license MIT; http://en.wikipedia.org/wiki/Mit_license -// @include http*://boards.4chan.org/* -// @include http*://images.4chan.org/* -// @include http*://sys.4chan.org/* +// @include http://boards.4chan.org/* +// @include https://boards.4chan.org/* +// @include http://images.4chan.org/* +// @include https://images.4chan.org/* +// @include http://sys.4chan.org/* +// @include https://sys.4chan.org/* // @run-at document-start // @updateURL https://raw.github.com/MayhemYDG/4chan-x/stable/4chan_x.user.js // @icon http://mayhemydg.github.com/4chan-x/favicon.gif