PrismIt turns out that even Firefox add-on coded by Mozilla itself is not perfect. Mozilla Prism, a Firefox add-on that allows you to launch web applications right from the desktop independently, will disable the “Set As Desktop Background” option from Firefox’s context menu.
Simply disabling the Prism add-on and restarting Firefox will bring back the “Set As Desktop Background” option. The previously created desktop or start menu shortcuts to web applications using Prism will still work even if the add-on is disabled in Firefox. Meaning you can choose only to enable the add-on whenever you want to create a new web application shortcut.
If the “Set As Desktop Background” option is missing even if you have not installed the Prism add-on, you might want to check if you have disabled it via userChrome.css.
Open userChrome.css using ChromEdit Plus OR from:
- Windows Vista. C:Users[USERNAME]AppDataRoamingMozillaFirefoxProfiles[xxxxxxx].defaultchrome
- Windows XP.
C:Documents and Settings[USERNAME]Application DataMozillaFirefoxProfiles[xxxxxxxx].defaultchrome - Mac OS X.
/Library/Application Support/Firefox/Profiles/[xxxxxxxx].default/chrome - Linux
~/.mozilla/firefox/[xxxxxxxx].default/chrome
Code 1
#context-setDesktopBackground {
display: none !important;
}
Code 2
menuitem[label="Set As Desktop Background..."]
{
display: none;
}
Please subscribe, leave a comment, follow this blog and share this article with your friends and colleagues.
by: http://kedirizone.blogspot.com
Related Post :
Tips And Trick
- 4 Quick Ways to Find the Keywords You’ve Been Missing
- Free Instant Backlinks Generator
- Manage Your Customer Relationships or Perish
- Phone Answering Tips to Win Business
- 10 Tips to Creating SPEC ADS
- Top 5 Tips for Choosing the Best Keywords
- Creating A Quality Web Site Design!
- Using Efficient Keywords for Your Website
- Tips and Tricks on Information Technology Basics
- Remove All Hyperlinks in Microsoft Word [2 Steps]
0 comments:
Post a Comment