On 9/1/10 5:56 PM, DoctorBill wrote:
> I use the Tabbrowser Extension.
> 
> After my recent crash and rebuild, I have ALMOST everything back
> the way I want.
> 
> However, the Tabbrowser throws up thumbnails when the cursor is placed
> on a tab.
> 
> For the life of me, I cannot find the toggle to stop that !
> 
>  From anyone familiar with Tabbrowser - Help ?
> 
> DoctorBill

The preference variable browser.tabs.tooltippreview.enable should be set
false.  You can do this by requesting about:config.  However, I prefer
doing it in user.js so that I can comment the reason for the setting:
        user_pref("browser.tabs.tooltippreview.enable", false);
        // suppress tooltip displays of Web pages

Note: The semi-colon at the end of the first line is important.

-- 

David E. Ross
<http://www.rossde.com/>.

Anyone who thinks government owns a monopoly on inefficient, obstructive
bureaucracy has obviously never worked for a large corporation.
© 1997 by David E. Ross
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to