git404hub

what is doubao-cleaner fr?

klierbyck/doubao-cleaner — explained in plain English

Analysis updated 2026-05-18

14JavaScriptAudience · generalComplexity · 2/5LicenseSetup · easy

tl;dr

A browser extension and Tampermonkey userscript that extract watermark-free images and, when logged in, videos from Doubao and Qianwen chat pages.

vibe map

mindmap
  root((repo))
    What it does
      Strips watermarks
      Parses chat pages
      Finds images and video
    Tech stack
      JavaScript
      Chrome extension
      Tampermonkey script
    Use cases
      Save shared images
      Download shared video
    Requirements
      Login for video
      Site permissions
    Audience
      Doubao users
      Qianwen users

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Save images shared in a Doubao or Qianwen conversation without the platform's watermark.

VIBE 2

Download watermark-free videos from a Doubao or Qianwen chat while logged in.

VIBE 3

Add a one-click parse button to Doubao and Qianwen pages for grabbing shared media.

what's the stack?

JavaScriptChrome Extension MV3Tampermonkey

how it stacks up fr

klierbyck/doubao-cleanerabdulrdeveloper/chai-aur-reactanasnakawa/kalendae-skins
Stars141414
LanguageJavaScriptJavaScriptJavaScript
Last pushed2013-12-07
MaintenanceDormant
Setup difficultyeasyeasyeasy
Complexity2/51/51/5
Audiencegeneralvibe coderdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 5min

Requires enabling developer mode or Tampermonkey and granting the extension access to the target site.

MIT licensed, so you can use, copy, and modify the code freely.

in plain english

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.

prompts (copy fr)

prompt 1
Walk me through installing the doubao-cleaner Tampermonkey script step by step.
prompt 2
Explain the difference between the browser extension and userscript versions of doubao-cleaner.
prompt 3
Help me troubleshoot why the doubao-cleaner button is not detecting media on a Doubao page.
prompt 4
Show me how the extension captures images and videos from a share popup on Doubao.

Frequently asked questions

what is doubao-cleaner fr?

A browser extension and Tampermonkey userscript that extract watermark-free images and, when logged in, videos from Doubao and Qianwen chat pages.

What language is doubao-cleaner written in?

Mainly JavaScript. The stack also includes JavaScript, Chrome Extension MV3, Tampermonkey.

What license does doubao-cleaner use?

MIT licensed, so you can use, copy, and modify the code freely.

How hard is doubao-cleaner to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is doubao-cleaner for?

Mainly general.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.