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

Adding "Nya" to strings with "a". (Also "~") #3

Open
034nop opened this issue Jan 16, 2023 · 3 comments
Open

Adding "Nya" to strings with "a". (Also "~") #3

034nop opened this issue Jan 16, 2023 · 3 comments

Comments

@034nop
Copy link

034nop commented Jan 16, 2023

Similar to the OwOFox extension at the webstore

JavaScript in the source code:

	v = v.replace(/n([aeiou])/g, 'ny$1');
	v = v.replace(/N([aeiou])/g, 'Ny$1');
	v = v.replace(/N([AEIOU])/g, 'NY$1');

I also think "~" should be added to the end of sentences depending on what word/character it ends on (up to you if you decide to add it.)

ツ Nya~~ ツ

@034nop
Copy link
Author

034nop commented Jan 16, 2023

(I don't really think nye, nyi, nyo, nyu really fit.)

@034nop 034nop changed the title Adding "Nya" to strings with "a". Adding "Nya" to strings with "a". (Also "~") Jan 16, 2023
@deadshot465
Copy link
Owner

Sorry it has been some time since I was available to do some works/updates to my side projects.

The problem is the original owoify-js doesn't have such feature.
Maybe we can add it as a selectable feature or just make another function 🤔

@034nop
Copy link
Author

034nop commented Nov 18, 2023

It's fine, you're only 10 months late 🤣
I agree that you could probably make this a selectable feature, maybe an argument that defaults to False?

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

No branches or pull requests

2 participants