tylerbmusic / GeoFS-Landing-Stats

4 stars 2 forks source link

GeoFS Landing Stats

This is a JavaScript plugin for GeoFS that shows your landing statistics after you landed. This plugin shows data like vertical speed, G-forces, airspeed, roll, tilt, and more.

Features

Usage Instructions

  1. Installation:

    • Use a userscript extension like Tampermoney or Violentmoney to manage and run userscripts.
    • Once the extension is installed, create a new script, paste in the code from userscript.js, and save it.
  2. Viewing the Stats:

    • Stats appear on the top left of screen upon landing.
    • You can close the stats manually by clicking the "X" button or set a timer (see below).
  3. Configuration (optional):

    • Automatic Close: By default, the panel will not automatically close. You can change this by changing the window.closeTimer and window.closeSeconds variables on line 15 and 16.

Additional Notes