사이트 이용료 납부하기

css

공감버튼 없애기

.container_postbtn {display: none;}

 
 
 드래그 블러
 
::selection{
  color: transparent;
  text-shadow: 0 0 2px #000;
  transition: all 250ms ease-in;
}
::-moz-selection{
  color: transparent;
  text-shadow: 0 0 2px #000;
  transition: all 250ms ease-in;
}
 
 
 
첫화면
 
<script type="text/javascript">
if ( window.location.pathname == '/' )
{     location.href = '/notice';}
</script>