Skip to content

Chat Gpt hide account name on chat page by flxpper

Screenshot of Chat Gpt hide account name on chat page

Details

Authorflxpper

LicenseNo License

Categoryhttps://chat.openai.com/

Created

Updated

Size329 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Ui designers are very dumb and don't think about leaking personal information
stupid bakas

Notes

hides the current name field in the bottom left corner

also hides email and username in dropdown box in platform.openai.com

[major flaw]: it also hides the "Your session has expired" ui if it pops up, rendering the page inaccessible. (just toggle the style on and off after logging in)

Source code

/* ==UserStyle==
@name         chat.openai.com
@version      20230421.08.06
@namespace    ?
==/UserStyle== */

@-moz-document url-prefix("https://chat.openai.com/"), url-prefix("https://platform.openai.com/") {
    .text-left {
        visibility: hidden;
    }
    .user-name {
        visibility: hidden;
    }
}

Reviews

No reviews yet.