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)

這裡只顯示彼此間有代碼差異的版本。 顯示所有版本。

  • v0.3 2022-01-24

    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 2021-06-25