Removes the prompt to view the new character.ai website. Works on both old.character.ai and beta.character.ai and plus.character.ai
Remove New Character AI website Prompt. by ThatOneUnoriginal

Details
AuthorThatOneUnoriginal
LicenseMIT
Categoryold.character.ai
Created
Updated
Code size472 B
Code checksuma25973e
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
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;
}
}