gitwtfhub

wtf is kindroid-ai-group-chat-auto-continue?

tomsegura2/kindroid-ai-group-chat-auto-continue — explained in plain English

Analysis updated 2026-05-18

0JavaScriptAudience · generalComplexity · 1/5Setup · easy

TL;DR

A Chrome extension that automatically clicks the Continue button in Kindroid AI group chats so conversations keep going without manual clicks.

Mindmap

mindmap
  root((kindroid auto continue))
    What it does
      Auto clicks continue button
      Watches for button appearing
      Toggle on or off
    Tech stack
      JavaScript
      Chrome extension
    Use cases
      Uninterrupted group chats
      Manual load unpacked install
    Audience
      Kindroid AI users

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Why would anyone build with this?

REASON 1

Keep a Kindroid AI group chat running without manually clicking Continue

REASON 2

Toggle automated clicking on or off directly from the page

REASON 3

Avoid missing a paused group conversation while doing something else

What's in the stack?

JavaScriptChrome Extension

How it stacks up

tomsegura2/kindroid-ai-group-chat-auto-continue00kaku/gallery-slider-block3rd-eden/ircb.io
Stars0
LanguageJavaScriptJavaScriptJavaScript
Last pushed2021-05-192016-11-16
MaintenanceDormantDormant
Setup difficultyeasyeasyeasy
Complexity1/52/52/5
Audiencegeneralgeneraldeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you spin it up?

Difficulty · easy Time to first run · 5min

Manual install via Chrome Developer Mode since it is not on the Chrome Web Store.

Wtf does this do

This is a small Chrome browser extension made for people who use Kindroid AI, a platform for chatting with AI companions in group conversations. When several AI characters talk together in a group chat, the conversation sometimes pauses and shows a Continue conversation button that a person has to click by hand to keep things going. This extension clicks that button automatically so the chat keeps flowing without you sitting there pressing it yourself. The extension is not made by Kindroid AI and is not officially connected to them in any way. It is a small community project, and the readme is upfront that using it is at your own risk since automating clicks on a website can sometimes run into trouble if the site changes or if it conflicts with the platform's rules. Once installed, a small button appears in the bottom right corner of the Kindroid page showing Auto Continue OFF. Clicking it turns the automation on, shown by the button turning green, and from then on it watches the page for the Continue conversation button and clicks it as soon as it shows up. It includes a short cooldown between clicks so it does not click too fast or by accident click twice. Installation is manual since the extension is not listed on the Chrome Web Store. You create a folder on your computer, add two files called manifest.json and content.js with the code from the project, then turn on Developer Mode in Chrome's extensions page and use the Load unpacked option to point Chrome at that folder. After that the extension runs automatically whenever you visit the Kindroid site.

Yoink these prompts

Prompt 1
Walk me through installing this Chrome extension using Developer Mode
Prompt 2
Explain what a MutationObserver is and how this extension uses one
Prompt 3
Show me how to modify content.js to change the click cooldown timing

Frequently asked questions

wtf is kindroid-ai-group-chat-auto-continue?

A Chrome extension that automatically clicks the Continue button in Kindroid AI group chats so conversations keep going without manual clicks.

What language is kindroid-ai-group-chat-auto-continue written in?

Mainly JavaScript. The stack also includes JavaScript, Chrome Extension.

How hard is kindroid-ai-group-chat-auto-continue to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is kindroid-ai-group-chat-auto-continue for?

Mainly general.

View the repo → Decode another repo

This repo across BitVibe Labs

Don't trust strangers blindly. Verify against the repo.