No more need to manually download tracks you previously uploaded to openstreetmap.org first, then opening the downloaded file with JOSMs "Open file ..." dialog. You can now pick an uploaded track and have it loaded into a new GPX layer directly with the help of the DirectDownloadplugin.
You can download the compiled plugin .jar or the source code, but be warned: current status is "works for me" aka. "proof of concept".
The desired functionality is there, but it still is a bit rough around the edges.
... oh why do java binaries (java, javac, jar ...) use long command line options starting with a single dash instead of going with the "one dash for one letter options, two dashes for long option names" convention?
I'll probably never learn to type things like java -version instead of java --version right away ...