cirwin's version of importScript() used on the English Wiktionary results in path names with colons and slashes encoded as %3A and %2F which leads to a different cache entry to scripts imported manually using document.write().
If both versions are included it is hard to know which version will actually be called. For programmers it is easy to flush the wrong one when working on their code.
Version: unspecified
Severity: enhancement