This extension modifies all the text in the websites you visit to have more Nya, UwU, >w<, kupo~
If you're curious to what this actually does, here's the regex it replaces with
var faces=["(・`ω´・)",";;w;;","owo","UwU",">w<","^w^"];
v = v.replace(/(?:r|l)/g, "w");
v = v.replace(/(?:R|L)/g, "W");
v = v.replace(/n([aeiou])/g, 'ny$1');
v = v.replace(/N([aeiou])/g, 'Ny$1');
v = v.replace(/N([AEIOU])/g, 'NY$1');
v = v.replace(/ove/g, "uv");
v = v.replace(/!+/g, " "+ faces[Math.floor(Math.random()*faces.length)]+ " ");
Originally a chrome extension by leafysweetsgarden that no longer exists

- License: MIT License
- Weekly downloads: 6
- Average daily users: 3
- Rating: 4.7097/5 of 31 ratings
- Created: 2018-02-18 05:37:15
- Last updated: 2022-06-13 20:41:40
- Homepage:
- Support site and email
- Orig: https://addons.mozilla.org/en-US/firefox/addon/owofox/
- API: {97d9fc25-3c4e-4d1c-b4b5-5bdcae8a4834}