The Google Translate tool sample has a script tag like this:
<script src="//translate.google.com/translate_a/element.js"></script>
Note that the http is missing. I am assuming that this way it automatically uses http or https according to the parent page (does it?). It also saves five bytes. I've never seen this before. Does this work for all kinds of href and src attributes? How about on pages that were loaded using file:// ?