From 4ab5f98b5f627957f0d3690190809fa542db13c6 Mon Sep 17 00:00:00 2001 From: theusaf Date: Thu, 11 Apr 2024 15:05:26 -0700 Subject: [PATCH] fix: update list of namerator options --- dist/kahoot-antibot.user.js | 9 +++++---- package.json | 2 +- src/kahoot-antibot.user.ts | 9 +++++---- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/dist/kahoot-antibot.user.js b/dist/kahoot-antibot.user.js index 3b9162b..8874cac 100644 --- a/dist/kahoot-antibot.user.js +++ b/dist/kahoot-antibot.user.js @@ -3,7 +3,7 @@ // @name:ja Kーアンチボット // @namespace http://tampermonkey.net/ // @homepage https://theusaf.org -// @version 4.2.4 +// @version 4.2.5 // @icon https://cdn.discordapp.com/icons/641133408205930506/31c023710d468520708d6defb32a89bc.png // @description Remove all bots from a kahoot game. // @description:es eliminar todos los bots de un Kahoot! juego. @@ -207,6 +207,7 @@ const METHODS = { "Arctic", "Awesome", "Balanced", + "Blue", "Bold", "Brave", "Bright", @@ -248,6 +249,7 @@ const METHODS = { "Glowing", "Golden", "Great", + "Green", "Groovy", "Happy", "Helpful", @@ -279,6 +281,7 @@ const METHODS = { "Radiant", "Rapid", "Rational", + "Red", "Rockstar", "Rocky", "Royal", @@ -302,7 +305,7 @@ const METHODS = { "Wise", "Witty", "Wonder", - "Zany", + "Yellow", ], lastNames = [ "Alpaca", "Ant", @@ -348,7 +351,6 @@ const METHODS = { "Gnu", "Goat", "Goose", - "Gorilla", "Griffin", "Hamster", "Hare", @@ -371,7 +373,6 @@ const METHODS = { "Lobster", "Macaw", "Meerkat", - "Monkey", "Mouse", "Newt", "Octopus", diff --git a/package.json b/package.json index ad8f87a..6552fa6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kantibot", - "version": "4.2.0", + "version": "4.2.5", "description": "Remove all bots from a kahoot game.", "main": "index.js", "scripts": { diff --git a/src/kahoot-antibot.user.ts b/src/kahoot-antibot.user.ts index 26c3ab0..ae55c14 100644 --- a/src/kahoot-antibot.user.ts +++ b/src/kahoot-antibot.user.ts @@ -3,7 +3,7 @@ // @name:ja Kーアンチボット // @namespace http://tampermonkey.net/ // @homepage https://theusaf.org -// @version 4.2.4 +// @version 4.2.5 // @icon https://cdn.discordapp.com/icons/641133408205930506/31c023710d468520708d6defb32a89bc.png // @description Remove all bots from a kahoot game. // @description:es eliminar todos los bots de un Kahoot! juego. @@ -232,6 +232,7 @@ const METHODS = { "Arctic", "Awesome", "Balanced", + "Blue", "Bold", "Brave", "Bright", @@ -273,6 +274,7 @@ const METHODS = { "Glowing", "Golden", "Great", + "Green", "Groovy", "Happy", "Helpful", @@ -304,6 +306,7 @@ const METHODS = { "Radiant", "Rapid", "Rational", + "Red", "Rockstar", "Rocky", "Royal", @@ -327,7 +330,7 @@ const METHODS = { "Wise", "Witty", "Wonder", - "Zany", + "Yellow", ], lastNames = [ "Alpaca", @@ -374,7 +377,6 @@ const METHODS = { "Gnu", "Goat", "Goose", - "Gorilla", "Griffin", "Hamster", "Hare", @@ -397,7 +399,6 @@ const METHODS = { "Lobster", "Macaw", "Meerkat", - "Monkey", "Mouse", "Newt", "Octopus",