(주)슈퍼레이지 개인정보 수집 및 이용동의
㈜슈퍼레이지에서는 게임 서비스 제공을 위해 개인정보를 수집 및 이용합니다.
개인정보 수집 및 이용 목적
(필수) 수집 항목
보유 및 이용 기간
개인정보 수집 및 이용에 대한 동의를 거절할 수 있으며 거절할 시 게임서비스 제공이 불가합니다.
개인정보처리방침 전문보기 [클릭]
function removeElementsByClass(className){ const elements = document.getElementsByClassName(className); while(elements.length > 0){ elements[0].parentNode.removeChild(elements[0]); } } removeElementsByClass("notion-overlay-container"); removeElementsByClass("notion-topbar");