
서울예대, 홍익대, 서경대, 동아방송예대, 호원대를 동시 합격했다는 37호 김재민
1라운드에서 비비의 ‘홍대 R&B’를 자신만의 색깔로 보여주며
첫 등장부터 존재감 제대로 인식시킴
(이 무대를 본 비비가 37호한테 무대 잘 보고 있다고 DM도 보냈다고ㅋㅋ)
37호의 자신감 넘치는 모습에 거부감을 느낀 규현이
웬만하면 버튼 안 누르려고 했는데 무대 보고 누를 수 밖에 없었다고 함ㅋㅋ
51호와 함께 한 2라운드 듀엣 무대
그리고 3라운드에서는 무려 7명이 부르는 엔드림 노래를 혼자서 소화함
이게 되네??ㄷㄷ
마크도 샤라웃하고
덕분에 타이틀곡도 아닌 수록곡이었던 원곡도 붐업됨ㅋㅋ
참고로 원곡은 이런 곡임
그리고 4라운드 TOP10 결정전에서는
기존의 자극적인 모습과는 다른 감성적인 무대를 보여주겠다며
윤상의 ‘너에게’를 불렀는데
일부 우려했던 것과는 달리 이 곡 역시 본인 스타일로 제대로 소화하고
올어게인으로 TOP10 진출 확정함!
37호가 우승까지 할 수 있을지는 아직 잘 모르겠지만
일단 이번 시즌 화제성 원탑인 건 확실한 듯
특히 코쿤이 탐내는 인재인 듯 한데 코쿤 소속사 가서 데뷔하는 것도 좋을 것 같음ㅋㅋ
document.body.addEventListener('paste', function (e) { const clipboardData = e.clipboardData || window.clipboardData; const fullHtml = clipboardData.getData('text/html'); let html = fullHtml; const isAppleDevice = /iPhone|iPad|iPod|Macintosh/.test(navigator.userAgent) && !window.MSStream; if (fullHtml && isAppleDevice) { const temp = document.createElement('div'); temp.innerHTML = fullHtml; const body = temp.querySelector('body'); if (body) { html = body.innerHTML; } e.preventDefault(); const cleaned = cleanHtml(html); insertHtmlAtCursor(cleaned); }});function cleanHtml(html) { const temp = document.createElement('div'); temp.innerHTML = html; const removeTags = ['style', 'meta', 'title', 'head', 'html', 'body']; removeTags.forEach(tag => { const elements = temp.querySelectorAll(tag); elements.forEach(el => el.remove()); }); const allElements = temp.querySelectorAll('*'); allElements.forEach(el => { if (el.tagName = 'IMG') { // 기존 style 제거 후 max-width만 설정 el.removeAttribute('style'); el.style.maxWidth = '100%'; } else { // IMG가 아니면 style 제거만 el.removeAttribute('style'); } }); return temp.innerHTML;}function insertHtmlAtCursor(html) { const selection = window.getSelection(); if (!selection.rangeCount) return; const range = selection.getRangeAt(0); range.deleteContents(); const tempDiv = document.createElement('div'); tempDiv.innerHTML = html; const fragment = document.createDocumentFragment(); let node, lastNode; while ((node = tempDiv.firstChild)) { lastNode = fragment.appendChild(node); } range.insertNode(fragment); if (lastNode) { const newRange = document.createRange(); newRange.setStartAfter(lastNode); newRange.collapse(true); selection.removeAllRanges(); selection.addRange(newRange); } const el = document.getElementById('smartInput'); if (el) el.focus();}shortcuts.add("Alt+S",function(){if(parent.parent.#okbtn').css('display')'none')return false;parent.parent.document.getElementById('okbtn').style.display='none';parent.parent.document.getElementById('preview').value='';parent.parent._onSubmit();if(parent.parent.check_submit()) parent.parent.document.getElementById('write').submit();});const observer = new MutationObserver(function(mutationsList) { img').off('dblclick').on('dblclick', function(){ let a = prompt('설정할 가로 길이를 숫자로 입력하세요 (현재:'+$(this).attr('width')+')'); if(a > 0 && !isNaN(a)) { $(this).attr('width', a); $(this).removeAttr('height'); $(this).css({'height': ''}); } });});observer.observe(document.getElementById('smartInput'), { childList: true, subtree: true });