특허교육
<script> const pageTitleCover = document.querySelector('.width.padding') pageTitleCover.style.display = "none"; const pageTitle = document.querySelector(".page-title"); pageTitle.style.display = "none"; const topbar = document.querySelector('.notion-topbar') topbar.style.display = "flex" topbar.style.justifyContent = "space-between" topbar.style.width = "100%" topbar.style.maxWidth = "1100px" topbar.style.margin = "auto" topbar.childNodes[1].childNodes[0].style.width = "180px" topbar.childNodes[1].childNodes[0].style.cursor = "pointer" // topbar.childNodes[1].childNodes[0].addEventListener('click', callback) topbar.childNodes[2].remove(); const body = document.querySelector('.notion-page-content') body.style.maxWidth = "708px" body.style.padding = "20px" </script>