Disable image saving when BLOX is loaded; since the image can be shared.
--- orig/scripts/Browser.st
+++ mod/scripts/Browser.st
@@ -32,7 +32,6 @@
 "
 (Smalltalk includesKey: #BLOX) ifFalse: [
     PackageLoader fileInPackage: 'Browser'.
-    ObjectMemory snapshot
 ]!
 
 (Smalltalk includesKey: #BLOX)
