Conversation
Notices
-
nukie (nukie@boymoder.biz)'s status on Saturday, 24-Jun-2023 02:01:57 JST nukie whoever thought putting these two next to each other was a good idea needs to be put to death - likes this.
-
(mint@ryona.agency)'s status on Saturday, 24-Jun-2023 03:23:50 JST @nukie I've set default email client to /bin/false system-wide because of this shit. -
billiam :4chan: (billiam@shitposter.club)'s status on Saturday, 24-Jun-2023 03:29:10 JST billiam :4chan: @mint @nukie how to change right click menu
follow these steps:
https://old.reddit.com/r/FirefoxCSS/comments/73dvty/tutorial_how_to_create_and_livedebug_userchromecss/
then follow these steps
https://www.userchrome.org/what-is-userchrome-css.html
Or, if you already have a userChrome.css, just paste this in there:
/* Email Image... */
#context-sendimage,
/* Set Image as Desktop Background... (and preceding separator) */
#context-sep-setbackground, #context-setDesktopBackground,
/* Inspect Accessibility Properties */
#context-inspect-a11y
{
display: none !important;
} likes this. -
(mint@ryona.agency)'s status on Saturday, 24-Jun-2023 03:29:51 JST @billiam @nukie Much obliged. In conversation permalink -
(mint@ryona.agency)'s status on Saturday, 24-Jun-2023 03:36:08 JST @nukie It doesn't, but at least clicking on it does nothing. Usercss solution above is better. In conversation permalink -
nukie (nukie@boymoder.biz)'s status on Saturday, 24-Jun-2023 03:36:09 JST nukie @mint does that actually remove the tab entirely? In conversation permalink -
billiam :4chan: (billiam@shitposter.club)'s status on Saturday, 24-Jun-2023 04:15:00 JST billiam :4chan: @mint @nukie look at the files in this repo for more element IDs
https://github.com/stonecrusher/simpleMenuWizard
I added these (make sure you get the commas right)
#context-selectall,
#context-video-saveimage,
#context-sendvideo,
#context-sendaudio,
which are:
select all
video screenshot
email video
email audioIn conversation permalink Attachments
likes this.