Skip to content

Instantly share code, notes, and snippets.

View robinsonkwame's full-sized avatar

Kwame Porter Robinson robinsonkwame

View GitHub Profile
@robinsonkwame
robinsonkwame / chat_tag_manager.js
Created January 6, 2025 21:14
Get CoralAI Tagger for documents
// ==UserScript==
// @name Chat Tag Manager for GetCoral AI
// @namespace Violentmonkey Scripts
// @match https://app.getcoralai.com/dashboard*
// @grant none
// @version 1.1
// @author -
// @description Allows you to check a set of documents and press Ctrl-T to tag them as Chat With Me; Then you can chat with those documents. Or press Ctrl-R to remove all Chat With Me tags. In combination with other site functionality, this facilitates rapid selection and chatting with document subsets
// @require https://cdn.jsdelivr.net/npm/@violentmonkey/shortcut@1
// ==/UserScript==