Showing posts with label firefox. Show all posts
Showing posts with label firefox. Show all posts

Monday, April 30, 2018

Firefox magnet links

Done a clean install on my laptop and suddenly firefox doesn't open magnet links anymore. Here's how to enable it again:

1. Open Firefox and type in about:config in the Address Bar and hit Enter. 2. Type in enter handler.expose in the search box at the top of the list. 3. right click - New - Boolean 4. Enter the preference name network.protocol-handler.expose.magnet 5. Set its value to false 6. Click on the magnet link and you should see Firefox’s Launch Application Choose Dialog 7. Select your torrent client.

Got it from here.

Tuesday, April 29, 2008

Using firebug in Ubuntu Hardy Heron

*Update* Yesterday kaeru pointed out that firebug from the ubuntu repo works with the default firefox 3 beta on Hardy. Just tried it and I'm glad to report it does work very nicely. No more need for this workaround.. Just look for it in synaptic or apt-get install firebug.

What can I say? Ubuntu is pretty bleeding edge. :P It comes with firefox 3 beta 5 which is pretty slick. But there are still a lot of add-ons which do not work with firefox 3 beta. Earlier on I've blogged about using the 1.1 beta of firebug with firefox 3 beta. It works pretty well on my home box which runs arch linux. But on my computer at the office running on Ubuntu, firebug doesn't even come out. So I had to find a way around.

Luckily Firdaus of OSCC showed me that you actually can install Firefox 2 on Ubuntu. It's still in the repo and you just have to select it with synaptic or apt-get 'Firefox-2'. But the default installation will share the same default profile of Firefox 3 and so will break firebug when you launch Firefox 3. So what can you do? KageSenshi showed me how creating profiles for firefox will solve the problem. Well, first you have to create a different profile just for Firefox 2 by running 'firefox-2 -profilemanager'. There you can create your profile. Make sure you never use this new profile with Firefox 3 so what we do is that we change the command of the icon to start firefox 3 to 'firefox -P "Default"' and the icon to start firefox 2 to 'firefox-2 -P "firefox2"' (Use the name of the profile you created before). I don't think you can run both versions at the same time but I don't have time to experiment right now. These settings work and I have to get back to work.

Tuesday, April 15, 2008

Firebug for Firefox 3

Are you using Firefox 3 Beta? You need to use Firebug but when you check the Extensions page the Firebug is not compatible with Firefox 3 Beta? Well.. here's the solution for you. With beta software use beta software. Go to http://www.getfirebug.com/ and download the 1.1 Beta. It works in Firefox 3 Beta and that is GREAT.. :)

Saturday, March 29, 2008

Shortcuts for Firefox

Silly me. I forgot the shortcuts to firefox and actually googled it. Found it here just for reference next time: http://support.mozilla.com/en-US/kb/Shortcuts

Is Blogging No Longer a Thing?

As I embark on my new journey to learn the Rust programming language, I find myself pondering—where have all the blogs gone? In search of pr...