Open ShaiBrumer opened 10 years ago
Hi, When using the script from a local file it fails. The regex: "var reURI = /^((http.?:)\/\/([^:\/\s]+)(:\d+)*)/; " which is used in the getLocation method: var m = url.toLowerCase().match(reURI); does not include file:/// url handling
Thanks, Shai.
And local files is exactly the main reason for wanting this, for me and many others I know..
Hi, When using the script from a local file it fails. The regex: "var reURI = /^((http.?:)\/\/([^:\/\s]+)(:\d+)*)/; " which is used in the getLocation method: var m = url.toLowerCase().match(reURI); does not include file:/// url handling
Thanks, Shai.