Skip to content

Remove New Character AI website Prompt. by ThatOneUnoriginal

Screenshot of Remove New Character AI website Prompt.

Details

AuthorThatOneUnoriginal

LicenseMIT

Categoryold.character.ai

Created

Updated

Size472 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Removes the prompt to view the new character.ai website. Works on both old.character.ai and beta.character.ai and plus.character.ai

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Remove New Character AI website Prompt.
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Removes the prompt to view the new character.ai website
@author         ThatOneUnoriginal
@license        MIT
==/UserStyle== */

@-moz-document domain("old.character.ai"), domain("beta.character.ai"), domain("plus.character.ai") {
    .pt-3 > div > div > div:nth-of-type(1){
        display: none !important;
    }
}

Reviews

No reviews yet.