Updated README to match Wikia
This commit is contained in:
10
README.md
10
README.md
@@ -73,13 +73,9 @@ If you'd rather use the addon as a script via per example *Greasemonkey* or *Tam
|
|||||||
// @grant none
|
// @grant none
|
||||||
// ==/UserScript==
|
// ==/UserScript==
|
||||||
|
|
||||||
var init = Game.Init;
|
(function () {
|
||||||
Game.Init = function() {
|
Game.LoadMod('http://aktanusa.github.io/CookieMonster/CookieMonster.js');
|
||||||
init();
|
}());
|
||||||
(function () {
|
|
||||||
Game.LoadMod('http://aktanusa.github.io/CookieMonster/CookieMonster.js');
|
|
||||||
}());
|
|
||||||
}
|
|
||||||
```
|
```
|
||||||
|
|
||||||
# Bugs and suggestions
|
# Bugs and suggestions
|
||||||
|
|||||||
Reference in New Issue
Block a user