Ubuntu – How to disable the Universal Access Settings icon

gnome

In Gnome 3 on the top right corner I have this universal access icon with all these options which I am not intending to use in the meanwhile. How can I disable/hide the useless for me icon there?

Best Answer

Edit the file /usr/share/gnome-shell/js/ui/panel.js

Comment out this line like so:

//'a11y': imports.ui.status.accessibility.ATIndicator,

Full article here.