document.oncontextmenu = new Function('return false');   // 우클릭방지

document.ondragstart = new Function('reutrn false');        // 드래그 방지

document.onselectstart = new Function('return false');      // 복사 방지


WRITTEN BY
빨강꼬마

,