MaciejGorczyca / ChallengesAreEvil

Remove your challenge tokens from profile banner with 1-click-button solution.
202 stars 12 forks source link

Possible macOS support? #17

Closed sinbad86 closed 1 year ago

sinbad86 commented 1 year ago

Tested on Linux, works fine. macOS is untested. It looks like by default macOS doesn't include pidof, so this uses ps -ax to get the command line arguments instead. If macOS's shell includes base64, this will probably work without changes.