autofox

default description
git clone https://git.awy.one/autofox.git
Log | Files | Refs | README

commit 51f6768e08ed142ab574a0c2229252ce6506a641
parent b85bc3d6386144949903cd4adc44e0e608aaa061
Author: awy <awy@awy.one>
Date:   Sat, 20 Sep 2025 21:28:03 +0300

context menu debloat

Diffstat:
MuserChromeQB.css | 23+++++++++++++++++++++++
1 file changed, 23 insertions(+), 0 deletions(-)

diff --git a/userChromeQB.css b/userChromeQB.css @@ -387,3 +387,26 @@ tab { #sidebar-button { display: none !important; } #identity-icon, #identity-icon-box { display: none !important; } + +#context-take-screenshot, +#context-savepage, +#context-viewsource, +#context-inspect, +#context-openlink, +#context-openlinkintab, +#context-openlinkprivate, +#context-savelink, +#context-bookmarklink, +#context-searchselect-private, +#context-inspect-a11y, +#context-searchselect, +#context-translate-selection, +#context-openlinkinusercontext-menu, +#context-sep-open, +#context-selectall { + display: none !important; +} + +*[id*="sep"], *[class*="sep"] { + display: none !important; +}