Hide sign out menu item using SVG selector#3788
Hide sign out menu item using SVG selector#3788pbcodesC wants to merge 1 commit intocode-charity:masterfrom
Conversation
|
My apologies, I am a human myself I may have relied on LLMs at times, but I do understand what you are trying to convey. As a newbie, I sometimes get confused or stuck, so I take help from AI to keep going |
|
Thank you! The directory menu is our GUI, the directory js&css contains the features. youtube/js&css/extension/www.youtube.com/general/general.css Lines 85 to 87 in 25db28b You see the display:none features are listed by comma, only requiring the display:none once. And you can add your toggle in the end of menu skeleton (appearance, header), and the name in the top of the english locale file, so that i can merge this into our single version which is also running at all users'. - New code structures may be slow/personally annoying to start with. Many professionals will stay with one niche or a few / intersecting projects. Since each might be complex, yet not universal science, so it may be about productivity / quantity of use. So i might prefer the least verbose code and bundling series of similar tasks, since repetitive stuff is more pleasantly efficient. And we may want to serve the users efficiently. (For example chances are, unless one of us does semi-automatically extract more/all of youtube's SVG paths later in this thread, nobody might anytime soon, unwilling to start) |
d4783a9 to
0403173
Compare


Hide the "Sign out" menu item using a CSS selector based on its icon (SVG path).