jQuery(function($) { $(".hover-link").parent('a').remove(); // °Ô½ÃÆÇ > ¿µ»ó¹Ìµð¾î $(".board-video .bbsnewf5").each(function() { var content = $(this).find('.gallery_etc').hide().text().replace('[linkurl : ', '').replace(']', ''); $(this).find('table td:first').append(``); }); // °ø¹éÁ¦°Å $(".table-nbsp").html((_, html) => html.replace(/ /g, '')); });