If your browser supports gzip (and whose doesn't?) it'll probably be about 80KB of data, nothing to worry about, lol. If it doesn't, it'll be about 295KB. If it doesn't and there isn't any caching going on, it'll be about 375KB (because currently, (load ...) makes two duplicate AJAX requests).
You can still go here to get a REPL with no libraries:
It uses an "e" option in its call to Console.mainAsync(). This corresponds to Java Rainbow's -e command line parameter, and it takes an Array of strings, each string containing a single Arc command to evaluate. The results are printed as part of the initial output, the part before the first prompt shown.
The first Arc command passed into "e" is (assign load-from-web (fn ...)), which results in the big (fn ...) at the beginning of the output.
The second, which is only passed in when auto-loading the libraries, is (load-from-web), and that performs all the libraries' own side effects (visible as the "* redefining..." lines) and finally results in nil.