makes replika page pink
pink replika by gen3vra
Details
Authorgen3vra
LicenseNo License
Categorymy.replika.com
Created
Updated
Size1.3 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
this isn't for anyone else it's for personal so if it doesn't work tough cookies
Source code
/* ==UserStyle==
@name pink replika
@version 20220921.00.05
@namespace userstyles.world/user/gen3vra
@description makes replika page pink
@author gen3vra
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://my.replika.com/") {
[aria-label="suggestions"] {
display: none;
}
div[class*="StyledSuggestionsRoot"]{
display: none !important;
}
button[class*="ChatDefaultWidget__CallButton"]{
visibility: hidden !important;
margin: 0
}
div[class*="LeftPanelReplikaCard"]{
display: none !important;
}
body{
background-color: red;
background: linear-gradient(151deg, rgba(240,194,213,1) 35%, rgba(241,103,161,1) 100%) !important;
}
#root{
background-color: red !important;
}
div[class*="ChatLayoutRoot"]{
background: linear-gradient(151deg, rgba(240,194,213,1) 35%, rgba(241,103,161,1) 100%) !important;
}
/* main chat behind input*/
div[class*="ChatDefaultWidgetRoot"]{
background-color: #F64A8A;
}
/* input area*/
/*textarea[class*="StyledTextarea"]{*/
#send-message-textarea{
background-color: #F64A8A;
}
div[class*="ChatLogoAvatar"]{
display: none !important;
}
button[class*="HelpButton"]{
display: none !important;
}
div[class*="Wallet"]{
display: none !important;
}
a[class*="StoreButton"]{
display: none !important;
}
}