Ever wanted to copy and paste text from a website without the need for its formatting, e.g. copying some colored text with large font from a website and pasting it inside your gmail account? If so, then this add-on is for you: https://addons.mozilla.org/en-US/firefox/addon/134
After installing and restarting your firefox, right-click on any selected text and choose "Copy as plain text" and then paste it anywhere.
Showing posts with label Firefox. Show all posts
Showing posts with label Firefox. Show all posts
Friday, March 12, 2010
Tuesday, March 9, 2010
Install Google Gears on Firefox on Ubuntu Karmic
So simple:
- Don't install from the website, it will - till the time of this article - give you an error message that your browser isn't supported
- Install the "gears" package, e.g. open a terminal and type "sudo apt-get install gears"
- Restart your browser
- QED :)
Monday, December 28, 2009
An Excellent Solution to websites that don't save the username and password
A very nice tutorial that I read here,and it then led me to here, it's a Javascript script that enables Firefox to remember usernames and passwords for some websites that orders the browser not to remember it, and I LOVE IT! It worked like a charm.
Thursday, October 29, 2009
How To Download and Use the latest stable version of Firefox (from www.firefox.com) in Ubuntu Jaunty
- Go to www.firefox.com and download the latest stable version available (3.5.4 right now)
- Decompress the file to any location you desire (/home/aamr/firefox in my case)
- Delete the symbolic link "/usr/bin/firefox-3.5.4"
- Create a new symbolic link to point to your newly downloaded firefox (you must use sudo or login as root): "sudo ln -s /home/aamr/firefox-3.5.4/firefox /usr/bin/firefox"
"ln -s /usr/lib/jvm/java-6-sun/jre/lib/i386/libnpjp2.so libnpjp2.so"
Restart firefox and you're done.
Sunday, October 4, 2009
Firefox + Adblock Plus + Java Plugin Crash Problem Solution
At last, my firefox setup is perfected: (Source: https://adblockplus.org/forum/viewtopic.php?t=4422)
This issue was SOLVED here,
comment #6 at https://bugzilla.mozilla.org/show_bug.cgi?id=501173#c6.
Change the plugin firefox uses for java, from libjavaplugin_oji.so to libnpjp2.so.
Done.
For a system wide change:
This issue was SOLVED here,
comment #6 at https://bugzilla.mozilla.org/show_bug.cgi?id=501173#c6.
Change the plugin firefox uses for java, from libjavaplugin_oji.so to libnpjp2.so.
Done.
For a system wide change:
- Code: Select all
# rm /usr/lib/firefox/plugins/libjavaplugin_oji.so # ln -s /usr/lib/java/jre/lib/i386/libnpjp2.so /usr/lib/firefox/plugins/
Thursday, August 27, 2009
How to fix Java plugin in Firefox (DRAFT)
sudo ln -s /usr/lib/jvm/java-6-sun-1.6.0.14/jre/plugin/i386/ns7/libjavaplugin_oji.so
aamr@aamr-laptop:/usr/lib/firefox-3.5.4pre/plugins$ sudo ln -s /usr/lib/jvm/java-6-sun-1.6.0.14/jre/plugin/i386/ns7/libjavaplugin_oji.so
4 lrwxrwxrwx 1 root root 73 2009-08-27 11:52 libjavaplugin_oji.so -> /usr/lib/jvm/java-6-sun-1.6.0.14/jre/plugin/i386/ns7/libjavaplugin_oji.so
aamr@aamr-laptop:/usr/lib/firefox-3.5.4pre/plugins$ sudo ln -s /usr/lib/jvm/java-6-sun-1.6.0.14/jre/plugin/i386/ns7/libjavaplugin_oji.so
4 lrwxrwxrwx 1 root root 73 2009-08-27 11:52 libjavaplugin_oji.so -> /usr/lib/jvm/java-6-sun-1.6.0.14/jre/plugin/i386/ns7/libjavaplugin_oji.so
Thursday, April 2, 2009
Foxyproxy ROCKS!
I'll explain later :), just know that if you use a lot of proxies in multiple client locations, schools, universities ...etc, then Foxyproxy for Firefox is definitely the solution for you.
Get it here: https://addons.mozilla.org/en-US/firefox/addon/2464
Get it here: https://addons.mozilla.org/en-US/firefox/addon/2464
Sunday, January 18, 2009
Adblock Plus Bug Fixed: No more Java Applets Crashes
Adblock plus was causing a very annoying crash whenever you run ANY website with a Java applet embedded!
Starting from the V1.0.1, this bug is finally fixed and for those who removed the adblock plus plugin from Firefox or the Java plugin for Firefox can now get both back safely, Hakuna Matata :-)
Starting from the V1.0.1, this bug is finally fixed and for those who removed the adblock plus plugin from Firefox or the Java plugin for Firefox can now get both back safely, Hakuna Matata :-)
4 Firefox Add-ons that I cannot live without
- DownloadThemAll: A very nice download manager with resume and massive download support.
- Adblock plus: Ad blocker that makes pages load much faster by filtering ads from any websites you visit, you can also add more entries to its list of blocked items. Enjoy Surfing without ads!
- Mouse Gestures Redox: Do everything using the mouse! Go back, go forward, open a new tab, close a tab, move between tabs, zoom in and out & a lot more!
- Foxmarks: Sync your bookmarks and even your passwords across different browsers, you will no more lose your bookmarks!
Labels:
adblock plus,
downloadthemall,
Firefox,
foxmarks,
mouse gestures redox
Saturday, December 6, 2008
How to Switch Page Direction in Firefox 3
In Ubuntu 8.10 after installing Firefox 3, I received an e-mail that contained a mix of Arabic and English words and since the default text direction is left-to-right, it was very difficult to read and I couldn't find the context menu option "Switch Page Direction"! I then did some googling and I found out how:
1) in the URL, type "about:config"
2) In the "Filter:" text box, type "bidi.browser.ui"
3) The "bidi.browser.ui" entry was set to "false" in the "value" column. Change it to "True"
4) Restart Firefox
5) Right-click and you'll find it there :)
6) Enjoy!
1) in the URL, type "about:config"
2) In the "Filter:" text box, type "bidi.browser.ui"
3) The "bidi.browser.ui" entry was set to "false" in the "value" column. Change it to "True"
4) Restart Firefox
5) Right-click and you'll find it there :)
6) Enjoy!
Tuesday, December 2, 2008
Firefox ROCKS! Firefox Profiles
I have just disovered a feature that I needed sooooooooooo much @ work when having to access multiple networks with different proxies; this feature is 'Profiles'. You can have many Firefoxes on the same OS :), each one with totally different settings, plugins, proxy, homepage, passwords, history...etc, here are the steps (for Ubuntu):
- Close ALL open Firefox windows
- Open a terminal and type "firefox -ProfileManager"
- Create new profiles as you need and don't forget to unselect the option of not prompting in order to be prompted for the profile you need each time you start firefox
- Enjoy!
Friday, May 23, 2008
Firefox Add-ons: Video DownloadHelper
I used to download videos from YouTube and similar sites using the plugin provided by Real Player 11, but I couldn't use it on Linux, and so, I searched for another tool, and what a surprise :), I found a very nice one that's availabe as a Firefox add-on, and it works like a charm:
https://addons.mozilla.org/en-US/firefox/addon/3006
Enjoy downloading your favorite videos :), now I feel really tired and need a nap, see you :)
https://addons.mozilla.org/en-US/firefox/addon/3006
Enjoy downloading your favorite videos :), now I feel really tired and need a nap, see you :)
Subscribe to:
Posts (Atom)