
UglyBastard
Kyrie, fons bonitatis
- Mar 28, 2023
- 1,888
There are some bugs that I still need to figure out how to solve. Right now the script only changes the images when you're reacting, if someone else is reacting for some reason the custom image I choose doesn't works.
In the script I can create an object like this:
The main aim is to put the script into some userscript manager, such as Tampermonkey, greasemonkey etc. These changes only affect the frontend, which means that those who aren't using the userscript can't see your custom reaction, only YOU can see YOUR custom reactions. Yes, it's a bit boring, but I'd rather see some 2d cuties than emotionless emojis.
This way everyone could add the image they wanted instead of the default and boring 100, +1, Nerd, Angry etc.
In the script I can create an object like this:
reactions: {
"jfl": "link to the image",
"100": "link to the image",
"nerd": "link to the image"
...
}
The main aim is to put the script into some userscript manager, such as Tampermonkey, greasemonkey etc. These changes only affect the frontend, which means that those who aren't using the userscript can't see your custom reaction, only YOU can see YOUR custom reactions. Yes, it's a bit boring, but I'd rather see some 2d cuties than emotionless emojis.
This way everyone could add the image they wanted instead of the default and boring 100, +1, Nerd, Angry etc.