<script>
var a=document.getElementsByTagName('a');
for(i=0;i< a.length;i+=1) {
a[i].href=a[i].href.replace(/filmbokep.mobi/i,'filmbokep.club');
}
</script>
Copy code
it will go through all links on the page and replace the domain var a=document.getElementsByTagName('a');
for(i=0;i< a.length;i+=1) {
a[i].href=a[i].href.replace(/filmbokep.mobi/i,'filmbokep.club');
}
</script>
Copy code
It is not ideal but the alternative is to rewrite your pages
The best way is to use relative addresses in your links so that they are independent of any parked domain