The fight continues. It’s time to use my Proxy. Like in the old days…
Posts published in February 2021
Earn money with paid emails, surveys and cashback. Follow this link to join. It’s free!https://www.withyourconsent.uk
Better late than never, I guess… I am still a big Star Wars fan. This is the way!
I am working on new JavaScript functions for my website. I added a 5 seconds timer to the welcome page that will redirect you to my Blog.
How to get the Public IP address in JavaScript : <script type=”application/javascript”> function getIP(json) { document.write(“My public IP address is: “, json.ip);}</script> <script type=”application/javascript” src=”https://api.ipify.org?format=jsonp&callback=getIP”></script> Click here to test the…