Stylish 1.1.2b1 for Firefox
Available here.
- Updated the toolbar button to act more like other toolbar buttons
- New default in Firefox 4 is to use the Add-ons Manager when choosing Manage Styles. The setting extensions.stylish.manageView is still available - 0 for add-ons manager, 1 for stand-alone dialog, 2 for sidebar
- Added links for creating a new style and going to userstyles.org in add-ons manager
- Removed Page Style overlay
- Fixes for latest Firefox, Seamonkey, and Thunderbird
- Updated Czech localization
- Added partial Romanian localization
Comments
Anyway, we have to get used to that new behavior...
Where can I set it as I want it? In "about:config?" Could you please explain me?
2. Click "I'll be careful, I promise!" or whatever it says to continue.
3. In the Filter form at the top, put extensions.stylish.manageView
4. There should only be one entry showing, right click the item > Modify . Change value depending on the behavior you want. 0 for add-ons manager, 1 for stand-alone dialog, 2 for sidebar
I had to use this CSS code to prevent it from moving: It has if the icon is losing its padding when left clicked with mouse.
#PersonalToolbar #stylish-toolbar-button { padding: 3px !important;}
So, this should work everywhere (does for me): #stylish-toolbar-button
But really should be fixed in the ext.
#stylish-toolbar-button dropmarker { display: none !important; }
When you right click it at the moment it brings up the standard firefox customize context menu.
How about open options instead?
However, Its Icon status bar no longer displays its context menu when right-click (secondary-click) with mouse.
Why?? :-¿
That feature was comfortable.
out of curiosity, why did you remove the Page Style overlay? i ask because it was a critical part of my own edit/refresh/test loop for style development. details in the last few paragraphs of that link, but in short, i strongly prefer the keyboard to the mouse, and the Page Style overlay was the only way i could find to reload a style with the keyboard.
is there any other way to do that with the keyboard? if not, i'd happily contribute code, ideas, or anything else in order to add one or get the Page Style overlay back.
thanks in advance!
May I suggest instead you use Custom Buttons. This code will probably work:
stylishOverlay.turnOnOff(false); stylishOverlay.turnOnOff(true)
I believe you can assign a keyboard shortcut to the button.
By curiosity. Is there any about:config or code (where to put it?), to get back the context menu, with secondary-click on the icon (status bar)??
Does this increase the memory usage?
Thanks.