Adblock Plus and (a little) more
User stylesheets to apply immediately - fixed · 2006-06-18 20:22 by Wladimir Palant
This is great news: bug 335689 has been fixed. This means that in current trunk nightlies stylesheets registered via the stylesheet service will apply to already loaded documents, not just to those that will be loaded after the change. In particular for Adblock Plus this means that element hiding rules will apply immediately without requiring a page reload.
Putting an icon inside a menulist · 2006-06-15 18:17 by Wladimir Palant
So I wanted the inline editor for Adblock Plus filters to have an icon that cancels it. Shouldn’t be much of a problem? Yes, that’s what I thought. But the editor is an editable menuitem
— and a look at chrome://global/content/bindings/menulist.xml
shows that you have to use a regular menulist
if you want an image there.