Created
September 11, 2024 10:28
-
-
Save ChieftainY2k/f16e911cf06726ce40f2891518bb16a2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:void%20function(){(function(){const%20a=`.flex-shrink-0.overflow-x-hidden[style^=%22width:%20260px%22]`,b=(`/*%20Message%20body%20width%20*/%40media%20(min-width:%201280px)%20{.xl\\:max-w-3xl%20{max-width:%2090%25%20!important;}}%40media%20(min-width:%201024px)%20{.lg\\:max-w-\\[38rem\\]%20{max-width:%2090%25%20!important;}}%40media%20(min-width:%20768px)%20{.md\\:max-w-2xl%20{max-width:%2090%25%20!important;}.md\\:max-w-3xl%20{max-width:%2090%25%20!important;}}/*%20Code%20blocks%20font%20*/code,%20pre%20{font-family:%20Consolas,S%C3%B6hne%20Mono,Monaco,Andale%20Mono,Ubuntu%20Mono,monospace!important;/*%20font-family:%20Iosevka%20Custom,%20S%C3%B6hne%20Mono,Monaco,Andale%20Mono,Ubuntu%20Mono,monospace!important;%20*//*%20font-size:%2012px%20!important;%20*/}/*%20Code%20blocks%20background%20color%20*/pre%20%3E%20div.rounded-md%20{background-color:%20%231e1e1f;}/*%20Code%20blocks%20headings%20background%20color%20*/pre%20%3E%20div.rounded-md%20%3E%20div.flex.items-center.relative%20{background-color:%20%23424245;}/*%20Bring%20back%20background%20destinction%20between%20bot%20and%20user%20messages%20*//*%20DARK%20THEME%20*/html.dark%20.flex.flex-col.pb-9.text-sm%20.w-full.text-token-text-primary[data-testid]:nth-child(odd)%20{background-color:%20%23252527;}/*%20LIGHT%20THEME%20*/html.light%20.flex.flex-col.pb-9.text-sm%20.w-full.text-token-text-primary[data-testid]:nth-child(odd)%20{background-color:%20%23f2f2f2;}/*%20Make%20top%20bar%20transparent%20as%20it%20consumes%20vertical%20space%20for%20no%20reason%20*//*%20DARK%20THEME%20*/html.dark%20div.sticky.top-0.flex.items-center.justify-between.z-10.h-14.p-2.font-semibold%20{background-color:%20rgba(52,53,65,0);background-image:%20linear-gradient(90deg,%20%230d0d0d%200%25,%20transparent%2020%25);}/*%20LIGHT%20THEME%20*/html.light%20div.sticky.top-0.flex.items-center.justify-between.z-10.h-14.p-2.font-semibold%20{background-color:%20rgba(52,53,65,0);background-image:%20linear-gradient(90deg,%20%23fff%200%25,%20transparent%2020%25);}/*%20Make%20GPT%20version%20number%20more%20visible%20*/html.dark%20.group.flex.cursor-pointer.items-center.gap-1.rounded-xl.py-2.px-3.text-lg.font-medium.hover\\:bg-gray-50.radix-state-open\\:bg-gray-50.dark\\:hover\\:bg-black\\/10.dark\\:radix-state-open\\:bg-black\\/20%20span.text-token-text-secondary%20{color:%20${%22%23f39c12%22};}/*%20BREAK%20LINES%20IN%20CODE%20BLOCKS%20*/code.\\!whitespace-pre%20{white-space:%20pre-wrap%20!important;}`+`/*%20Sidebar%20width%20*/${a},${a}%20.w-\\[260px\\]%20{width:%20${`330px`}%20!important;}/*%20Adjust%20position%20of%20the%20new%20show/hide-sidebar%20control%20button%20to%20match%20the%20new%20width%20*/main%20div.fixed.left-0.top-1\\/2.z-40%20{transform:%20translateX(0px)%20translateY(-50%25)%20rotate(180deg)%20translateZ(0px)%20!important;}/*------------------*//*%20Sidebar%20elements%20*//*------------------*//*%20History%20periods%20headings%20color%20*/html.dark%20h3.h-9.pb-2.pt-3.px-2.text-xs.font-medium.text-ellipsis.overflow-hidden.break-all.text-token-text-tertiary%20{color:%20${%22%23f39c12%22};}/*%20Buttons%20on%20active%20chat%20(to%20make%20it%20visible%20when%20title%20is%20too%20long)%20*/html.dark%20div.group.relative.rounded-lg.active\\:opacity-90.bg-token-sidebar-surface-secondary%20button.flex.items-center.justify-center.text-token-text-primary.transition.hover\\:text-token-text-secondary.radix-state-open\\:text-token-text-secondary%20svg%20%3E%20path%20{fill:%20${%22%23f39c12%22};}ol%20%3E%20li%20%3E%20div%20%3E%20a%20%3E%20div.relative.grow.overflow-hidden.whitespace-nowrap%20{overflow:%20visible;white-space:%20unset;}ol%20%3E%20li%20%3E%20div%20%3E%20a%20%3E%20div.relative.grow.overflow-hidden.whitespace-nowrap%20%3E%20div.absolute.to-transparent%20{background-image:%20none;}a.hover\\:pr-4:hover,a.flex.py-3.px-3.items-center.gap-3.relative.rounded-md.hover\\:bg-gray-100.dark\\:hover\\:bg-\\[\\%232A2B32\\].cursor-pointer.break-all.bg-gray-50.hover\\:pr-4.dark\\:bg-gray-900.group{padding-right:%20unset%20!important;}div.absolute.inset-y-0.right-0.w-8.z-10.bg-gradient-to-l.dark\\:from-gray-900.from-gray-50.group-hover\\:from-gray-100.dark\\:group-hover\\:from-\\[\\%232A2B32\\]%20{background:%20none;}`).replaceAll(%22\t%22,%22%20%22);var%20c=document.createElement(%22style%22);c.innerHTML=b,document.head.appendChild(c)})()}(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment