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