mooons

Results 3 issues of mooons

**Describe the bug** M2 sensors support is incomplete at the moment. So I've spent some time and have been able to figure out which M2 sensor key corresponds to which...

enhancement

For example, if I'm trying to save the entry 「汗」 with BetterDictionary, i got 「汗【あせ】」. So when I click the saved entry, I actually load 「汗【あせ】」 into the search box,...

Before the change, it won't build under macOS because `getCookies` is not defined for this platform (darwin): ```bash $ go build # github.com/elvis972602/kemono-scraper/main ./main.go:131:10: undefined: getCookies ``` It builds after...