Quick Start¶
Userscript Manager (recommended)¶
The file you need to put into your userscript manager is available from the Releases page of KS. KS is released in 2 important variants:
-
The latest stable release.
https://github.com/kitten-science/kitten-scientists/releases/tag/v2.0.0-beta.9
This is a release with a familiar version number, that has been designated as a reasonably stable version to use.
-
The nightly release.
https://github.com/kitten-science/kitten-scientists/releases/tag/nightly
This release is built each night, if any changes have been made to the source code since the last nightly build.
These builds usually have a time stamp in their filename, like
20230103
, which designates the night they were built on.
Hint
If you don't have a userscript manager yet, Tampermonkey is a good solution for the most popular browsers.
Bookmarklet¶
You can also load KS through a bookmarklet.
To use bookmarklets, just create a new bookmark in your browser and enter the text below as the URL. When you're on the KG game website, open this bookmark, and it should load KS for you.
javascript:(function(){var d=document,s=d.createElement('script');s.src='https://kitten-science.com/stable.min.js';d.body.appendChild(s);})();
Note
This bookmarklet points to the latest stable release of KS.
This bookmarklet uses https://kitten-science.com/stable.min.js, the stable release. You can also replace that URL with the nightly build.