Add https inclusion to userscript

The game wouldn't load with the default http include when using https on the cookie clicker page.
This commit is contained in:
florensie
2019-02-20 11:24:39 +01:00
committed by GitHub
parent 4a8c59a3e6
commit 7d5e3ee437

View File

@@ -77,6 +77,7 @@ If you'd rather use the addon as a script via per example *Greasemonkey* or *Tam
// @name Cookie Monster
// @namespace Cookie
// @include http://orteil.dashnet.org/cookieclicker/
// @include https://orteil.dashnet.org/cookieclicker/
// @version 1
// @grant none
// ==/UserScript==
@@ -99,6 +100,7 @@ If you are using the beta, use this instead:
// @name Cookie Monster Beta
// @namespace Cookie
// @include http://orteil.dashnet.org/cookieclicker/beta/
// @include https://orteil.dashnet.org/cookieclicker/
// @version 1
// @grant none
// ==/UserScript==
@@ -139,4 +141,4 @@ All suggestions are welcome, even the smallest ones.
* **[Alhifar](https://github.com/Alhifar)**: Missed Golden Cookie Stat
* **[BlackenedGem](https://github.com/BlackenedGem)**: Golden/Wrath Cookie Favicons
* **[Sandworm](https://github.com/svschouw)**: Modified PP calculation
* **[Aktanusa](https://github.com/Aktanusa)**: Current maintainer
* **[Aktanusa](https://github.com/Aktanusa)**: Current maintainer