(function($){'use strict';function extractFirstUrl(t){if(!t)return'';var e=new RegExp('(?:linkurl|링크주소)[\\s\\S]{0,30}(https?:\\/\\/[^\\u0020\\u0009\\u000A\\u000D\\<\\>\"\\\']+)','i'),n=t.match(e);if(n&&n[1])return n[1];var i=/https?:\/\/[^\u0020\u0009\u000A\u000D<>"']+/i,r=t.match(i);return r&&r[0]?r[0]:''}function initGalleryLinks(){$('.gal_board_list .bbsnewf5').each(function(){var t=$(this);if(t.data('bp_link_inited'))return;var e=t.find('.gallery_etc').html()||'',n=e.replace(/<[^>]+>/g,'').replace(/[\[\]]/g,'').replace(/"/g,'"').trim(),i=extractFirstUrl(n);i&&(t.css('cursor','pointer').off('click.bp_open').on('click.bp_open',function(t){t.preventDefault(),t.stopImmediatePropagation(),window.open(i,'_blank')}),t.data('bp_link_inited',!0),console.log('[bp] gallery link set ->',i))})}function blockGlobalReadLinks(){try{$(document).off('click','a'),$('body').off('click','a')}catch(t){}$(document).on('click.bp_block','a[href*="read_form"]',function(t){return t.preventDefault(),t.stopImmediatePropagation(),!1})}$(function(){setTimeout(function(){blockGlobalReadLinks(),initGalleryLinks()},600);var t=new MutationObserver(initGalleryLinks);t.observe(document.body,{childList:!0,subtree:!0})})})(jQuery);