SciTE4AutoHotkey
Original SciTE4AutoHotkey downloads and documentation for AutoHotkey scripting.
IP & geolocation APIs
Utility examples for external IP, geolocation and JSON output.
Privacy tools
Privacy-focused browser recommendation and related resources.
ahk4.net
About
This is a personal site, with a focus on AutoHotkey, usable APIs and security/anonymity.
It hosts the original SciTE4AutoHotkey installers by fincs. Because the download link for the distribution/release is still mentioned on fincs GitHub page, those files generate the most traffic on my site.
This amounts to around 10 - 12 GB of bandwidth each month, which means around 5,000 downloads/month of the installer/archive and the rest is from the program itself downloading settings files.
-
Users:
-
APIs/forms - IP and geolocation info:
- return external (caller) ip
- source: echo $_SERVER['REMOTE_ADDR'];
- return geolocation data based on (caller) ip
- source: ip-api.com
- return more extensive geolocation data based on (caller) ip in json format
- source: smartip.io
- return more extensive geolocation data based on (caller) ip in json format
- source: ipgeolocation.io
- return external (caller) ip
-
APIs/forms - Passwords:
-
Cloud:
And, I recommend checking out
Brave, the privacy focused, Chromium based webbrowser.
© ahk4.net - Disclaimer & Privacy Policy