var ctgr = new Array(); ctgr[0] = ['0', 'PixelConverter', '/log/log0/']; ctgr[1] = ['3', 'PixelConverter en', '/log/en/']; var host = 'https://app.ognet.jp'; var ctgrimgurl = 'https://app.ognet.jp/img/ctgr_icon'; var request_path = window.location.pathname; var ctgr_html = ""; ctgr.forEach(function(value, index) { if(request_path != '/' && request_path != value[2]) { return; } ctgr_html += "
"; ctgr_html += "
"; ctgr_html += "
" + value[1] + "
"; ctgr_html += "
"; }); document.currentScript.insertAdjacentHTML('afterend', ctgr_html);