let command = command.replace("/", "");
тк "тема" не может отличаться только цветами
box-sizing: border-box какой-бы border не поставить, высота блока останется 100px.
function load(url) {
try {
var req = new XMLHttpRequest()
req.open('GET', url, false)
req.send(null)
} catch(e) {
console.log(req.responseURL); // выводим ссылку
}
}