aşağıdaki üç js kodundan istediğin yada uyan birini, sitenizin </head> tagından önce kullanarak dene , engelleyebilir..

1
Alıntı
<script type="text/javascript">
<!--
if (parent != self && !/^http:\/\/((www\.)|())siteismin\.com/.test(top.location.href)) top.location.replace(self.location.href);
// -->
</script>
2
Alıntı
<script type="text/javascript">
<!--
if (parent != self) top.location.replace(self.location.href);
// -->
</script>
3
Alıntı
<script language="JavaScript"><!--
if (parent != self) top.location.replace(self.location.href);

//--></script>