// Installation Guide

Installing PA Announcer

Choose your preferred installation method below. Tampermonkey is recommended for most users.

// Method 01
Tampermonkey Installation

Tampermonkey is a free browser extension that lets you run custom scripts on any website. This is the recommended method — once installed, the addon loads automatically every time you open GeoFS.

01
Install the Tampermonkey Extension

Head to the Tampermonkey website and install the extension for your browser.

Available for: Chrome, Firefox, Edge, Safari.

02
Open the GitHub Repository

Go to the PA Announcer GitHub repo:
github.com/BlackBoxAviator/GeoFS-PA-Announcer-

03
Find the Script File

In the repository, locate the file named userscript.js or tampermonkey.js and click on it to open it.

04
Copy the Script

Click the Raw button on GitHub to view the plain script, then select all and copy the entire contents — or use Ctrl+A then Ctrl+C.

05
Create a New Tampermonkey Script

Click the Tampermonkey icon in your browser toolbar, then select Create a new script. Delete any placeholder code in the editor.

06
Paste & Save

Paste the copied script into the Tampermonkey editor, then press Ctrl+S or click File → Save to save it.

07
Open GeoFS & Fly

Navigate to geo-fs.com and start a flight. Press Shift+J to open the PA panel in the corner of your screen.

ℹ️
Once saved, Tampermonkey will automatically inject the addon every time you visit GeoFS — no need to reinstall after restarting your browser.
// Method 02
Browser Console Installation

No extensions required. This method runs the addon directly in your browser's developer console. Note that you'll need to repeat this each session — the script does not persist after a page refresh.

01
Open GeoFS in Your Browser

Go to geo-fs.com and load into a flight as normal before proceeding.

02
Open the Developer Console

Open your browser's developer console using one of these shortcuts:

F12 — Windows / Linux
Cmd + Option + J — Mac (Chrome)
Cmd + Option + K — Mac (Firefox)

Then click the Console tab if it isn't already selected.

03
Copy the Script from GitHub

Go to the PA Announcer GitHub repo, open the userscript.js or tampermonkey.js file, click Raw, then copy the entire script contents.

04
Paste into the Console

Click inside the console input at the bottom of the developer tools panel, paste the script with Ctrl+V (or Cmd+V on Mac), then press Enter to run it.

⚠️
Only paste scripts from trusted sources. Never paste code into the console that you don't understand or didn't obtain from the official BlackBoxAviator GitHub.
05
Use the Addon

The PA Announcer panel is now active for this session. Press Shift+J to toggle the panel open and start making announcements.

ℹ️
The console method only lasts for your current session. If you refresh the page or close GeoFS, you'll need to paste the script again. For a persistent setup, use the instead.

← Back to All Addons