What is Tavern-Helper
mainTavern-Helper is a SillyTavern extension that allows you to run external JavaScript code. Because SillyTavern does not support direct execution of arbitrary JavaScript by default, this extension uses an iframe to isolate and execute scripts, enabling them to run in certain restricted contexts.
WARNING Executing custom JavaScript code carries security risks. Malicious scripts could steal API keys, chat logs, or sensitive information, or modify/damage your SillyTavern settings. Always inspect script content and ensure the source is trusted before execution.