@kitten-science/kitten-scientists 2.0.0-beta.11-dev.20250520132826 → 2.0.0-beta.11-dev.20250520153246
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/entrypoint-userscript.js +1 -1
- package/output/kitten-scientists-0.0.0-ci.min.user.js +8 -2
- package/output/kitten-scientists-0.0.0-ci.min.user.js.map +1 -1
- package/output/kitten-scientists-0.0.0-ci.user.js +8 -2
- package/output/kitten-scientists-0.0.0-ci.user.js.map +1 -1
- package/output/kitten-scientists-loader-0.0.0-ci.min.user.js +6 -2
- package/output/kitten-scientists-loader-0.0.0-ci.user.js +6 -2
- package/output/kitten-scientists.inject.js +1 -1
- package/output/kitten-scientists.inject.js.map +1 -1
- package/output/kitten-scientists.min.inject.js +1 -1
- package/output/kitten-scientists.min.inject.js.map +1 -1
- package/package.json +1 -1
|
@@ -2,13 +2,19 @@
|
|
|
2
2
|
// @name Kitten Scientists
|
|
3
3
|
// @description Add-on for the wonderful incremental browser game: https://kittensgame.com/web/
|
|
4
4
|
// @namespace https://kitten-science.com/
|
|
5
|
-
// @author Oliver Salzburg <oliver.salzburg@gmail.com>
|
|
6
5
|
// @icon https://kitten-science.com/assets/images/organization-logo64.png
|
|
7
6
|
// @match https://kittensgame.com/web/
|
|
8
7
|
// @match https://kittensgame.com/beta/
|
|
9
8
|
// @match https://kittensgame.com/alpha/
|
|
9
|
+
// @match https://*.localhost/
|
|
10
|
+
// @match https://*.labnet/
|
|
11
|
+
// @match http://*.localhost/
|
|
12
|
+
// @match http://*.labnet/
|
|
13
|
+
// @match http://localhost/
|
|
14
|
+
// @author Oliver Salzburg <oliver.salzburg@gmail.com>
|
|
10
15
|
// @downloadURL https://kitten-science.com/fixed.js
|
|
11
16
|
// @homepageURL https://github.com/kitten-science/kitten-scientists
|
|
17
|
+
// @supportURL https://github.com/kitten-science/kitten-scientists/issues
|
|
12
18
|
// @updateURL https://kitten-science.com/fixed.min.js
|
|
13
19
|
// @version 0.0.0-ci
|
|
14
20
|
// @grant none
|
|
@@ -15400,7 +15406,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
|
|
|
15400
15406
|
userScript.validateGame();
|
|
15401
15407
|
userScript.run();
|
|
15402
15408
|
};
|
|
15403
|
-
if (typeof GM
|
|
15409
|
+
if (typeof GM === "undefined") {
|
|
15404
15410
|
main().catch(redirectErrorsToConsole(console));
|
|
15405
15411
|
}
|
|
15406
15412
|
exports2.main = main;
|