Replace BatChest with AYAYA

Replaces BatChest twitch chat emotes with AYAYA

Author
adamisafk
Daily installs
0
Total installs
16
Ratings
0 0 0
Version
1.0
Created
2021-11-30
Updated
2021-11-30
Size
3.36 KB
License
N/A
Applies to

Project logo

BatChest to AYAYA Replacer

GitHub: https://github.com/adamisafk/BatChest-to-AYAYA-Replacer

Replaces BatChest emotes with AYAYA in Twitch chat. Works even if BTTV/FFZ is not installed, or the emote hasn't been added to the channel.
NOTE: 7TV BREAKS THE SCRIPT (UNSURE OF CAUSE OR SOLUTION YET)

🔧 Configuration

You can customise the emote that will get replaced, and the emote which will be used as a replacement. The default is 'BatChest' to 'AYAYA'.

First, you must find the CDN links to the emotes you want to use.

  • Can find this by Right Clicking -> Inspect Element on an emote. Copy the URL in src attribute in the img element.

On lines 26-27, set the ayayaSrc to the emote URL used to replace - remove the size number (e.g. /1) but keep the end /. And set batChest to name of emote to be replaced (case sensitive).

var ayayaSrc = "https://cdn.betterttv.net/frankerfacez_emote/162146/";
var batChest = "BatChest";

🎉 Acknowledgements