Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix replace x.com with vxtwitter.com #6

Merged
merged 1 commit into from
Jun 3, 2024

Conversation

takurinton
Copy link
Contributor

close #5

@takurinton takurinton changed the title Feat Replace x.com with vxtwitter.com Fix replace x.com with vxtwitter.com Jun 3, 2024
fix replace

add description about x.com to README

fix README

Revert "fix replace"

This reverts commit ad10018.

fix format
@takurinton takurinton force-pushed the compatible-with-x-com branch from 57a5071 to 34f7671 Compare June 3, 2024 10:13
var modifiedLink = clipboardData.replace('twitter', 'vxtwitter');
var modifiedLink = clipboardData.replace(/twitter\.com|x\.com/g, 'vxtwitter.com');
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you replace x with vxtwitter, it may unintentionally hit characters in usernames, etc., so we include .com as well.

@thevenuz
Copy link
Owner

thevenuz commented Jun 3, 2024

@takurinton Thanks for the contribution! Reviewed the changes and they look good. Merging this.

@thevenuz thevenuz merged commit b67daea into thevenuz:master Jun 3, 2024
@takurinton takurinton deleted the compatible-with-x-com branch June 4, 2024 01:05
@takurinton
Copy link
Contributor Author

@thevenuz
Hello.
Thank you for merging this pull request.
It looks like this hasn't been released yet, but when is it expected to be released?

@thevenuz
Copy link
Owner

@takurinton Hello. Published to the chrome store, so the changes should be reflected soon.
Thanks!

thevenuz added a commit that referenced this pull request Aug 7, 2024
Fix replace x.com with vxtwitter.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

x.com not converted to vxtwitter.com
2 participants