Removes all buttons enticing users to upgrade to Character AI+. A new version for the new character.ai website.
Remove Character AI+ Upselling [New Website UI] by ThatOneUnoriginal
Details
AuthorThatOneUnoriginal
LicenseMIT
Categoryhttps://character.ai
Created
Updated
Size1.7 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
!! NOTE !! This Stylus theme ONLY works with the NEW character.ai website redesign. If you're using the beta.character.ai website and want to remove the Character AI+ upselling, you'll need to use a different Stylus theme.
Source code
/* ==UserStyle==
@name Remove Character AI+ Upselling [New Website UI]
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Removes all buttons enticing users to upgrade to Character AI+. A new version for the new character.ai website.
@author ThatOneUnoriginal / TOU
@license MIT
!! NOTE !! This Stylus theme ONLY works with the NEW character.ai website redesign. If you're using the beta.character.ai website and want to remove the Character AI+ upselling, you'll need to use a different Stylus theme.
==/UserStyle== */
@-moz-document domain("character.ai") {
/* Removes the "Try c.ai+" button from the sidebar*/
#__next > div > div > main > div > div > div > aside > div > div.overflow-hidden.transition-all.ease-out.duration-300.max-w-64.translate-x-0 > div > div > div.flex.flex-col.justify-end.pb-2.px-5 > div.flex.flex-col.gap-3.py-3 > button{
display: none;
}
#__next > div > div > main > div > div > div > aside > div > div.absolute.left-0.top-0.z-50.flex.h-screen.w-screen > div > div > div > div > div.flex.flex-col.justify-end.pb-2.px-5 > div.flex.flex-col.gap-3.py-3 > button{
display: none;
}
/* Removes the "Your current plan" option in the Account Section of the Settings*/
#radix-\:ror\:-content-account > div.w-96.sm\:w-full.h-full.flex.justify-center > div > div.w-full.flex.flex-row.justify-between.p-3.border-1.border-accent.rounded-spacing-xs{
display: none;
}
#radix-\:r1sg\:-content-account > div.w-96.sm\:w-full.h-full.flex.justify-center > div > div.w-full.flex.flex-row.justify-between.p-3.border-1.border-accent.rounded-spacing-xs{
display: none
}
}