1 2 3 4 5
core.getURL = function(){ var url = document.URL; url = url.replace('https://developer.ubuntu.com','http://developer.ubuntu.com'); return url; };