Mozzarella

Home

OwO

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

Install