function getStyle = (function(){ return window.getComputedStyle ? getComputedStyle : function(el) { return el.currentStyle; }; })(); var uri = getStyle(document.body).backgroundImage; // дальше регуляркой или хз как.