system: win7 x64 sp1
browser: firefox 38
i'm using _vimperator_ plugin. i don't navigation bar, so i :set gui=nonavigation, and then drag the ublock's icon to the tab bar.
in this case, when i click the ublock's icon, it doesn't pop anything.
only when i :set gui=navigation, the click action work fine.
other plugins, such as _lastpass_ does not has this problem.
thanks.
https://github.com/chrisaljoudi/uBlock/issues/720
go to about:config
set extensions.ublock0.forceLegacyToolbarButton to true
or
: style -name ublick * #nav-bar * { visibility: visible; }
ohhhhhh,thanks!!!!it working fine by : style -name ublick * #nav-bar * { visibility: visible; }
Most helpful comment
https://github.com/chrisaljoudi/uBlock/issues/720
go to
about:configset
extensions.ublock0.forceLegacyToolbarButtontotrueor
: style -name ublick * #nav-bar * { visibility: visible; }