I\'m trying to make a userscript for a website to add custom emotes. However, I\'ve been getting a lot of errors.
Here is the function:
fun
I was receiving the error (I'm using Vue) and I switched my onclick="someFunction()" to @click="someFunction" and now they are working.
onclick="someFunction()"
@click="someFunction"