Skip to content

Dark - DouBao by HeveraletLaidCenx

Screenshot of Dark - DouBao

Details

AuthorHeveraletLaidCenx

LicenseCC-BY-SA-4.0

Categorydoubao

Created

Updated

Code size600 B

Code checksumdb849a13

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

a custom dark style for doubao.com. DouBao is an online AI tools platform.

Notes

please raise issues in the Github repository.

Source code

/* ==UserStyle==
@name           Dark - DouBao
@namespace      HeveraletLaidCenx
@version        1.0.0
@description    a custom dark style for DouBao
@author:        HeveraletLaidCenx
@homepageURL    https://github.com/HeveraletLaidCenx/userstyle_doubao
@supportURL     https://github.com/HeveraletLaidCenx/userstyle_doubao/issues
@license        CC-BY-SA-4.0
==/UserStyle== */

@-moz-document domain("doubao.com") {
  html {
    filter: invert(1.0) hue-rotate(180deg) brightness(0.8);
  }

  img,
  .custom-code-block-container {
    filter: invert(1.0) hue-rotate(180deg);
  }
}

Reviews

No reviews yet.