Flight Rising - Add Commas To Page-Header Currency Counters

Add commas to page-header currency counters to make them more readable. (9999999 => 9,999,999)

queste sono le versioni di questo script in cui il codice è stato aggiornato Visualizza tutte le versioni.

  • v0.3 24/01/2022

    2022-01-24 Changelog:

    • Edited @match patterns to accommodate non-Violentmonkey users: was previously using @match \*://\*.flightrising.com, which apparently throws errors in some userscript managers.

      FWIW, I recommend using Violentmonkey over either Tampermonkey or Greasemonkey - Greasemonkey is no longer being actively developed, and Tampermonkey is closed-source.

    • Specified @license to be GPL-3.0-or-later.

  • v0.2 25/06/2021