You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A high-performance wrapper around Intl.Segmenter for efficient text segmentation. This class resolves memory handling issues seen with large strings and "maximum call stack exceeded" exceptions that occur when strings exceed 40-50k characters. Enhances performance by 50-500x. Only ~70 loc (with comments) and no dependencies.
UltraTranslate is a Chrome (MV3) extension that translates web pages in place using multiple APIs (Google, DeepSeek, OpenAI, Baidu). Preserve or replace original text, auto-translate dynamic DOM, with LRU caching, RTL, and accessibility support.