Skip to content

Phind Chat 2.0 by Hugo-COLLIN

Screenshot of Phind Chat 2.0

Details

AuthorHugo-COLLIN

LicenseNo License

Categoryphind.com

Created

Updated

Size1.5 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

For those who wants to use Phind like a chatbot more than a search engine, like the old Chat (Playground) mode.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name       https://www.phind.com
@version    20250203.15.27
@namespace  ?
==/UserStyle== */

@-moz-document domain("www.phind.com") {
/* body > div:first-child {
 	color:#fff!important;
 	background-color:#fff!important;
 }
*/

.header-gradient, .bg-main {
	display:none!important;
}


body {
	/*color: #1b1642!important;*/
	color: var(--question-title-color);
	/* font-family:  DM Sans, sans-serif!important;*/
	font-weight:400!important;
	line-height: 1.6!important;
	/* text-shadow: 0.005px 0 0 currentColor;*/
}

.chat-question {
	display:block!important;
	font-size:1.125rem!important;
	font-weight:400!important;
	white-space: pre-wrap!important;
	padding-bottom:2rem!important;
	/* margin-bottom:2rem!important; */
	border-bottom: 1px solid #e2e8f0!important;
	border-radius: 0!important;

}

.chat-answer {
	font-size: 1.125rem;
}

.chat-qa-content::before {
  content: "User"; /* Texte ajouté avant chaque question */
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: var(--purple-pill-color);
  color: var(--accent-color);
  font-size: .7rem;
  font-weight: 800;
  padding: .25rem .5rem;
  border-radius: 999px;
  letter-spacing: .02em;
  text-transform: uppercase;
  white-space: nowrap;
  height: fit-content;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 1rem;
}



.model-pill {
	margin-top: 2rem!important;
	margin-bottom:1rem!important;
	font-size:0.7rem;
}
}

Reviews

No reviews yet.