This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==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== |
OlderNewer