A handy script/addon to add friends and see who is online in GeoFS.
This Tampermonkey script adds a friends list to GeoFS , so you can always know which pilots (by their callsigns) are currently online. You can manually add friends, and the script will track whether they're active in the game.
The script shows:
✅ Online friends (with aircraft name)
❌ Offline friends
🟢/⚫ Status icon next to the player count indicating if any friends are online
All data is stored locally using localStorage.
Install a userscript manager such as:
Tampermonkey
Greasemonkey
Go to the script page or download the .user.js file.
Click "New Script" in your manager and paste the contents of the script.
Open GeoFS and click the friends icon next to the player counter to open the list.
Add friends by their callsign
Remove friends from your list
Automatically see who is online
Color indication (green/black) for online/offline status
Automatic updates every 2 minutes
Teleport to friend
Marking them on map
Name color in-game
Private chat box (Groups chats)
(Distance from you to friend)
After installation, a friends icon will appear next to the player count in GeoFS. Click it to open the friend list panel.
All friends are stored in localStorage. This means:
The list persists between sessions
Only you have access to this data
No external servers or tracking involved
Make sure:
You filled in the callsign(name) in correctly for now its capital sensitive
You're using the latest version of GeoFS
Your script manager is working correctly
You don't have conflicting scripts running
If it still doesn’t work, please create an issue on the GitHub page
It does not work when u have chat enabled
If u type in the callsign the keybinds ingame are still active
Found a bug? Want to add features? Fork the project and submit a pull request! All contributions are welcome.
This project is licensed under the MIT License . You're free to use, modify, and share it.
For feedback or suggestions, feel free to reach out via:
Discord: Tokke_1111
GitHub: Tokke_1111

