Add commas to page-header currency counters to make them more readable. (9999999 => 9,999,999)
這裡只顯示彼此間有代碼差異的版本。 顯示所有版本。
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