As far as the modified script not showing the 1st slide while the script is initializing, try the below modified .js file instead. What it does is load the 1st slide as soon as the document DOM has loaded (usually quite fast) while waiting for the entire document (including images) to load before initializing the script.
