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.
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.
@match
@match \*://\*.flightrising.com
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.
@license
GPL-3.0-or-later