-
-
Notifications
You must be signed in to change notification settings - Fork 242
-
I would like to hide the "Extract... ("Estrai..." in my language)" option that appears when you click and drag the mouse over a compressed file. Have a look to attached file to better understand.
I tried to add in remove.nss the lines:
remove(find="Estrai")
remove(find="Estrai...")
but but it didn't work.
Can anyone help me? Thanks a lot in advance.
estrai.mp4
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 2 comments
-
remove( mode='multiple' type='*' where=window.name=='static' find="Estrai" )
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
-
Thanks really a lot and sorry for the delay in responding, I've had health problems.
It works. You are definitely great. Thanks again :-)
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment