UBrowser is calling this line several times:

  drupal_add_css(drupal_get_path('module', 'ubrowser') .'/ubrowser.css');

The copy in hook_menu could be removed so the css is only added when needed.