kawamataryo / sky-follower-bridge

Instantly find and follow the same users from your X(Twitter) follower on Bluesky.
https://www.sky-follower-bridge.dev
MIT License
703 stars 24 forks source link

Remove "@" from popup placeholder #76

Closed bmitchinson closed 2 weeks ago

bmitchinson commented 2 weeks ago

Went to use the extension, and was stumped trying to run the tool.

Looks like my username without a leading @ worked, and I was led astray on how to enter my username due to this placeholder.

Either that, or you support with @ and without, and my app password just took a minute to become valid?

kawamataryo commented 2 weeks ago

Thank you for your contribution! Originally, I was sanitizing with the code below, but in the current released version, we mistakenly excluded this process..🥲

https://github.com/kawamataryo/sky-follower-bridge/pull/76/files#diff-471f82d59d92b828b59743ed8e57b61bd6b438d1216771d5a5557fd950d62dc7L130-L132

I think your changes are a good idea. LGTM!