klierbyck/doubao-cleaner — explained in plain English
Analysis updated 2026-05-18
Save images shared in a Doubao or Qianwen conversation without the platform's watermark.
Download watermark-free videos from a Doubao or Qianwen chat while logged in.
Add a one-click parse button to Doubao and Qianwen pages for grabbing shared media.
| klierbyck/doubao-cleaner | abdulrdeveloper/chai-aur-react | anasnakawa/kalendae-skins | |
|---|---|---|---|
| Stars | 14 | 14 | 14 |
| Language | JavaScript | JavaScript | JavaScript |
| Last pushed | — | — | 2013-12-07 |
| Maintenance | — | — | Dormant |
| Setup difficulty | easy | easy | easy |
| Complexity | 2/5 | 1/5 | 1/5 |
| Audience | general | vibe coder | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires enabling developer mode or Tampermonkey and granting the extension access to the target site.
This project is a small browser add on that pulls images and videos out of chat pages on Doubao and Qianwen, two Chinese AI chat platforms, without the watermark those platforms normally stamp onto shared media. The README is in Chinese and describes two ways to install the same functionality. The first option is a Manifest V3 browser extension for Edge or Chrome, found in the extension/xiaobai-parse folder. You load it as an unpacked extension through the browser's developer mode, then confirm the extension has permission to access the Doubao or Qianwen site, ideally on all sites. The second option is a Tampermonkey userscript, a small script that runs inside the Tampermonkey browser extension rather than being installed as its own extension. You create a new script in Tampermonkey, paste in the provided script file, and save it. Once either version is installed and you open a Doubao or Qianwen page, a button appears in the bottom right corner of the page. Clicking it tries to find images and videos from the current page, from a share popup, or from a copy link button, and shows you the results it found. Watermark free images work whether or not you are logged in, but watermark free video only works while you are logged into the site. If a piece of media has not fully loaded on the page yet, the README suggests scrolling near the message first, or clicking the share or copy link button once before trying to parse again. The project also includes notes on checking and refreshing extension permissions if the button does not seem to be working, and on how to update either version when new code is released. The project is released under the MIT license, so it can be used, copied, and modified freely. Links to a community forum and a QQ group are provided for support and discussion.
A browser extension and Tampermonkey userscript that extract watermark-free images and, when logged in, videos from Doubao and Qianwen chat pages.
Mainly JavaScript. The stack also includes JavaScript, Chrome Extension MV3, Tampermonkey.
MIT licensed, so you can use, copy, and modify the code freely.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.