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