Vanilla Mozilla, too.
diff --git a/bin/web b/bin/web
index a761518..6fe66f9 100755
--- a/bin/web
+++ b/bin/web
@@ -14,6 +14,9 @@
 	*firefox*)
 		$BROWSER -remote 'openURL('$i', new-tab)'
 		;;
+	*mozilla*)
+		$BROWSER -remote 'openURL('$i', new-tab)'
+		;;
 	esac
 }