Aditya Mishra

Results 4 comments of Aditya Mishra

Can confirm that this happens with me as well on firefox 89

https://github.com/akshat46/FlyingFox/issues/81#issuecomment-855464978 Do this for a temporary fix

#81 The solution mentioned here by 70xH solved the issue for me

> Disabling the proton UI solved the issue for me. > > Added the following to the user.js: > > ``` > user_pref("browser.proton.contextmenus.enabled", false); > user_pref("browser.proton.doorhangers.enabled", false); > user_pref("browser.proton.enabled", false);...