12 Comments


iframe 이라는 코드입니다.
iframe src="<?php $data = 'https://www.fembed.com/v/'.$_GET['id'];echo $data;?>" allowfullscreen seamless="/" sandbox="allow-same-origin allow-scripts allow-pop ups allow-forms" style="border:none;display:block; width:100vw; height: 100vh"></iframe>
요렇게 코드화 시키면 openload ,rapidvideo , kissjav 이런거 전부 광고 없이 볼수 있는데. 사이트 자체에서 iframe 막아 놓으면 안되구요....
iframe src="<?php $data = 'https://www.fembed.com/v/'.$_GET['id'];echo $data;?>" allowfullscreen seamless="/" sandbox="allow-same-origin allow-scripts allow-pop ups allow-forms" style="border:none;display:block; width:100vw; height: 100vh"></iframe>
요렇게 코드화 시키면 openload ,rapidvideo , kissjav 이런거 전부 광고 없이 볼수 있는데. 사이트 자체에서 iframe 막아 놓으면 안되구요....
이 코드를 다른이름으로 노트패드 에 붙여 넣으세요 그럼kissjav 광고 안 떠요
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<title>kissjav 광고없이 보기</title>
<body>
<iframe src="https://kissjav.com" allowfullscreen seamless="/" sandbox="allow-same-origin allow-scripts allow-pop ups allow-forms" style="border:none;display:block; width:100vw; height: 100vh"></iframe>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<title>kissjav 광고없이 보기</title>
<body>
<iframe src="https://kissjav.com" allowfullscreen seamless="/" sandbox="allow-same-origin allow-scripts allow-pop ups allow-forms" style="border:none;display:block; width:100vw; height: 100vh"></iframe>
</body>
</html>




