function getDomain(url) {
var url = location.href;
return url.match(/:\/\/(www[0-9]?\.)?(.[^/:]+)/)[2];
}
Blog de Sistemas Informáticos
function getDomain(url) {
var url = location.href;
return url.match(/:\/\/(www[0-9]?\.)?(.[^/:]+)/)[2];
}
We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker.