Press "Enter" to skip to content

Posts published in February 2021

Proxy

Pedro Adelino 0

The fight continues. It’s time to use my Proxy. Like in the old days…

With your consent

Pedro Adelino 0

Earn money with paid emails, surveys and cashback. Follow this link to join. It’s free!https://www.withyourconsent.uk

The Mandalorian

Pedro Adelino 0

Better late than never, I guess… I am still a big Star Wars fan. This is the way!

Bypedro v1.3

Pedro Adelino 0

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.

Get IP address

Pedro Adelino 0

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…