Turns chatGPT into a matrix teminal.
Matrix ChatGPT [SEE NOTES] by nakkiwi
Details
Authornakkiwi
LicenseCC BY-NC 4.0
Categorychatgpt.com
Created
Updated
Size3.3 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
IMPORTANT: INSTALL THIS FONT (from google fonts) INTO YOUR COMPUTER, OTHERWISE, ChatGPT BLOCKS IT: https://fonts.google.com/specimen/VT323
Source code
/* ==UserStyle==
@name Matrix ChatGPT [SEE NOTES]
@version 20241215.09.03
@namespace https://userstyles.world/user/nakkiwi
@description Turns chatGPT into a matrix teminal.
@author nakkiwi
@license CC BY-NC 4.0
==/UserStyle== */
@-moz-document domain("chatgpt.com"), domain("auth.openai.com") {
:root,
.dark {
--main-surface-background: rgba(2, 28, 0, .9);
--message-surface: rgba(10, 20, 11, .85);
--dot-color: #01ff1b;
--text-primary: #01ff1b;
--text-secondary: #00c014;
--text-tertiary: #00710c;
--text-quaternary: #0dff00;
--text-placeholder: hsla(109, 100%, 50%, .56);
--text-error: #f700ff;
--border-xlight: #01ff1b;
--border-light: #01ff1b;
--border-medium: #01ff1b;
--border-heavy: #01ff1b;
--border-xheavy: #01ff1b;
--border-sharp: #01ff1b;
--main-surface-primary: #010300;
--main-surface-primary-inverse: #01ff1b;
--main-surface-secondary: #005a09;
--main-surface-tertiary: #01ff1b;
/*ChatGPT icon*/
--sidebar-surface-primary: #003e06;
--sidebar-surface-secondary: #004f08;
--sidebar-surface-tertiary: #01ff1b;
--sidebar-title-primary: #01ff1b;
--sidebar-body-primary: #01ff1b;
--sidebar-icon: #01ff1b;
--link: #13ff00;
--link-hover: #0e6300;
--surface-error: 249 58 55;
--white: var(--dot-color);
--black: var(--main-surface-primary);
--gray-50: #1bff00;
--gray-100: #05f900;
--gray-200: #0ecf00;
--gray-300: #1dcb00;
--gray-400: #14c600;
--gray-500: #039800;
--gray-600: #228000;
--gray-700: #106000;
--gray-750: #093800;
--gray-800: #003603;
--gray-900: #002104;
--gray-950: #0d0d0d;
--red-500: #da00ff;
--red-700: #fa00ff;
--brand-purple: #ab68ff;
}
body {
color: #00cf16;
}
.btn-primary,
.bg-white {
background-color: #00ff1a !important;
}
.text-gray-600 {
color: var(--gray-500) !important;
}
.btn-primary:hover {
background-color: #000 !important;
color: #00ff1a;
}
.bg-token-main-surface-primary {
background: transparent;
}
.text-gray-400 {
color: #00ff1a;
}
*,
code {
font-family: "VT323", monospace !important;
font-size: 1.1rem;
font-weight: 400;
font-style: normal;
border-radius: 0 !important;
}
.result-streaming > :not(ol):not(ul):not(pre):not(div):last-child::after,
.result-streaming > pre:last-child code::after {
content: "▮";
font-family: Circle, system-ui, sans-serif;
line-height: normal;
vertical-align: baseline;
}
div.py-2:nth-child(3) {
display: none;
}
img {
mix-blend-mode: multiply !important;
}
div[data-radix-popper-content-wrapper=""] {
background-color: var(--main-surface-primary);
}
.right-\[-3px\] {
display: none;
}
.bg-token-main-surface-tertiary {
background-color: var(--sidebar-surface-primary);
}
.dark\:bg-white:is(.dark *) {
--tw-bg-opacity: 1;
background-color: var(--dot-color);
}
/*
▄▄▄
▄█ █▄
▀█ █ █▀
▄▀▀ █ ▀▀▄
█▒▒ ▒▒█
█▒▒▒▒▒▒▒█
▀▄▄▄▄▄▄▄▀
█ █
▀▀ ▀▀
Hey!, you found Kiwi the Kiwi :D
*/
}