if (window.location.href.indexOf('/fileservice/control/account/storage') > -1 || window.location.href.indexOf('/fileservice/control/account/video') > -1) { $(function () { $('#w5-container table tr').each(function (i, row) { let filetype = $(row).find("td:nth-child(4)").text().trim(); let filelink = $(row).find("td:nth-child(3) a").attr("href"); if (["изображение", "image"].indexOf(filetype) > -1) { let regex = /(.*)\/fileservice\/file\/download(?:\/.*\/)(\d*)\/.*\/(\d*)\/.*\/((?:.*)\w{32}[^\/]*)/gm; let thumb_subst = `$1/fileservice/file/thumbnail/h/$4/s/200x/a/$2/sc/$3`; let thumb_img = filelink.replace(regex, thumb_subst); $(row).find("td:nth-child(3)").append(''); } else if (["видео", "video"].indexOf(filetype) > -1 || !isNaN(parseInt(filetype))) { $(row).find("td:nth-child(3)").append('