So I'm giving furl a whirl to manage bookmarks. I tried the del.icio.us root, but honestly was not impressed by the interface, so I opted for furl. The problem with furl is that the popup that they use for logging links doesn't play nice with firefox's (my standard browser) popup blocker. Figuring there had to be a fix, I found one.
Bascially the deal is that firefox appears to use a standard allow list in the configuration. if you open about:config in a firefox window, you get access to lots of fun stuff. What you're looking for is the following:
dom.popup_allowed_events
This has a list of items on it: change click dblclick mouseup reset submit. By adding function to the string, I was able to get furl's popup to play nice. Yea!


