Page 1 of 1
"Select elements to hide" context menu options.
Posted: Tue Jan 30, 2007 10:07 pm
by ABPUser
Please add the feature to block elements via (right click) context menu. This would help to block visible trash in JS popup windows where the preferences are set not to display the ABP icon in the statusbar.
Element Hiding Helper should be added to ABP, not a seperate addon.
Great work and thanks for this much needed addon.
Posted: Wed Jan 31, 2007 11:27 am
by Fox
ABPUser wrote:This would help to block visible trash in JS popup windows where the preferences are set not to display the ABP icon in the statusbar.
You can use
Ctrl+Shift+H
And if you Go
Tools > Options > Content > JavaScript
Advanced... -button
And uncheck
Hide the status bar.
Then scripts won't hide status bar when JS popup window opens.
Or did you mean toolbars.
You can do same for those.
type
about:config in address field and hit enter.
And filter:
dom.disable_window_open_feature
There are options you can turn on, and here is more info:
http://kb.mozillazine.org/Dom.disable_w ... e.location
http://kb.mozillazine.org/About:co ... es#DOM..2A
or you can do
this.
Posted: Wed Jan 31, 2007 12:08 pm
by ABPUser
Fox wrote:
You can use Ctrl+Shift+H
And if you Go Tools > Options > Content > JavaScript Advanced... -button
And uncheck Hide the status bar.
Then scripts won't hide status bar when JS popup window opens.
I don't have a problem with the popup windows in and of themselves. There are some that I do want to view. Sometimes these popup windows have more content than I want to see.
I figured out how to use ABP:EHH within these windows, but I'd prefer to access it via a context menu thus eliminating the icon from the status bar, and not having to poke a buttload of keys.
I hope I've cleared things up.
Thank you for your input.