
롯데시네마 월드타워점이 두바이쫀득쿠키 판매 소식을 알렸다.
지난 21일 롯데시네마는 공식 인스타그램을 통해 월드타워점에서의 두쫀쿠 콤보 출시 소식을 전했다.
해당 콤보는 서울에 위치한 디저트 브랜드 '버터앤쉘터'와 협업해 롯데시네마 월드타워점에 한해 지난 23일부터 판매되고 있다. 탄산 콤보와 커피 콤보 두 가지 중 하나를 선택이 가능하다.
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(){ return parent.parent.check_and_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 });