* filmbokep Hello all, i have a problem to rewrite http to https,
Please anyone give a code to rewrite it..?
2017-03-08 04:53 · (0)
* Graham * filmbokep What in ?
all the links on a page ?
<script>
var a=document.getElementsByTagName('a');
for(i=0;i<a.length;i++){
a[i].href=a[i].href.replace('http' ,'https')
}
</script>

Copy code
2017-03-08 06:39 (edited 2017-03-08 07:00 by Graham ) · (0)
* filmbokep * Graham Where i put the code...?
Footer, or header....?
2017-03-08 08:25 · (0)
* Graham * filmbokep very bottom of the footer
2017-03-08 09:15 · (0)

Online: Guests: 1