gitmyhub

whale-Yd00-whale-browser-extension

JavaScript ★ 32 updated 21d ago

神秘暴力读浏览器插件

A Chrome and Edge browser extension that extracts visible text from any web page, including login-gated sites, and sends it to an AI chat tool for analysis in one click.

JavaScriptChrome Extension APIsetup: easycomplexity 2/5

This is a browser extension for Chrome and Microsoft Edge that reads the text content of whatever web page you currently have open and forwards that text to one of two applications: Whale (an AI chat tool) or SullyOS (another AI platform). The README is written in Chinese.

The main appeal is that it can grab text from pages that require you to be logged in, such as Zhihu (a Chinese Q&A site) or Xiaohongshu (a social media platform), where other text-extraction tools sometimes fail. It extracts only the visible text that has already loaded on the page, not images, videos, or canvas content. It does not read cookies, passwords, or account tokens.

Once installed, you click the extension icon while viewing any page, confirm the text looks correct in the popup, choose your target application, enter the destination URL, and click Send. When sending to SullyOS, you can also pick which AI character or agent within that platform should receive the content.

Installation follows the standard Chrome/Edge developer mode process: you load the project folder as an unpacked extension rather than installing through an official extension store. The project is MIT licensed.

Where it fits