Ublock: cannot show popup UI when ublock is at the firefox tab bar

Created on 19 Aug 2015  路  2Comments  路  Source: gorhill/uBlock

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.

Most helpful comment

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; }

All 2 comments

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; }

Was this page helpful?
0 / 5 - 0 ratings