105 lines
2.6 KiB
JavaScript
105 lines
2.6 KiB
JavaScript
/* YouTube emote database (updated manually for now) */
|
|||
|
|
|
||
|
|
YT_EMOTES = [
|
||
|
|
":baseball-white-cap-out:",
|
||
|
|
":body-blue-raised-arms:",
|
||
|
|
":body-green-covering-eyes:",
|
||
|
|
":body-turquoise-yoga-pose:",
|
||
|
|
":buffering:",
|
||
|
|
":card-red-penalty:",
|
||
|
|
":cat-orange-whistling:",
|
||
|
|
":chillwcat:",
|
||
|
|
":chillwdog:",
|
||
|
|
":clock-turquoise-looking-up:",
|
||
|
|
":dothefive:",
|
||
|
|
":elbowbump:",
|
||
|
|
":elbowcough:",
|
||
|
|
":eyes-pink-heart-shape:",
|
||
|
|
":eyes-purple-crying:",
|
||
|
|
":face-blue-covering-eyes:",
|
||
|
|
":face-blue-droopy-eyes:",
|
||
|
|
":face-blue-heart-eyes:",
|
||
|
|
":face-blue-question-mark:",
|
||
|
|
":face-blue-smiling:",
|
||
|
|
":face-blue-spam-shape:",
|
||
|
|
":face-blue-star-eyes:",
|
||
|
|
":face-blue-three-eyes:",
|
||
|
|
":face-blue-wide-eyes:",
|
||
|
|
":face-fuchsia-flower-shape:",
|
||
|
|
":face-fuchsia-poop-shape:",
|
||
|
|
":face-fuchsia-tongue-out:",
|
||
|
|
":face-fuchsia-wide-eyes:",
|
||
|
|
":face-green-smiling:",
|
||
|
|
":face-orange-biting-nails:",
|
||
|
|
":face-orange-frowning:",
|
||
|
|
":face-orange-raised-eyebrow:",
|
||
|
|
":face-orange-tv-shape:",
|
||
|
|
":face-pink-drinking-tea:",
|
||
|
|
":face-pink-tears:",
|
||
|
|
":face-purple-crying:",
|
||
|
|
":face-purple-open-box:",
|
||
|
|
":face-purple-rain-drops:",
|
||
|
|
":face-purple-smiling-fangs:",
|
||
|
|
":face-purple-smiling-tears:",
|
||
|
|
":face-purple-sweating:",
|
||
|
|
":face-purple-wide-eyes:",
|
||
|
|
":face-red-droopy-eyes:",
|
||
|
|
":face-red-heart-shape:",
|
||
|
|
":face-red-smiling-live:",
|
||
|
|
":face-turquoise-covering-eyes:",
|
||
|
|
":face-turquoise-drinking-coffee:",
|
||
|
|
":face-turquoise-music-note:",
|
||
|
|
":face-turquoise-speaker-shape:",
|
||
|
|
":finger-red-number-one:",
|
||
|
|
":fish-orange-wide-eyes:",
|
||
|
|
":glasses-purple-yellow-diamond:",
|
||
|
|
":goat-turquoise-white-horns:",
|
||
|
|
":goodvibes:",
|
||
|
|
":hand-green-crystal-ball:",
|
||
|
|
":hand-orange-covering-eyes:",
|
||
|
|
":hand-pink-waving:",
|
||
|
|
":hand-purple-blue-peace:",
|
||
|
|
":hands-yellow-heart-red:",
|
||
|
|
":hourglass-purple-sand-orange:",
|
||
|
|
":hydrate:",
|
||
|
|
":learning:",
|
||
|
|
":location-yellow-teal-bars:",
|
||
|
|
":medal-yellow-first-red:",
|
||
|
|
":octopus-red-waving:",
|
||
|
|
":oops:",
|
||
|
|
":penguin-blue-waving-tear:",
|
||
|
|
":person-blue-eating-spaghetti:",
|
||
|
|
":person-blue-holding-pencil:",
|
||
|
|
":person-blue-speaking-microphone:",
|
||
|
|
":person-blue-wheelchair-race:",
|
||
|
|
":person-pink-swaying-hair:",
|
||
|
|
":person-purple-stage-event:",
|
||
|
|
":person-turqouise-waving:",
|
||
|
|
":person-turquoise-crowd-surf:",
|
||
|
|
":person-turquoise-waving-speech:",
|
||
|
|
":person-turquoise-wizard-wand:",
|
||
|
|
":person-turquoise-writing-headphones:",
|
||
|
|
":person-yellow-podium-blue:",
|
||
|
|
":pillow-turquoise-hot-chocolate:",
|
||
|
|
":planet-orange-purple-ring:",
|
||
|
|
":popcorn-yellow-striped-smile:",
|
||
|
|
":rocket-red-countdown-liftoff:",
|
||
|
|
":sanitizer:",
|
||
|
|
":shelterin:",
|
||
|
|
":socialdist:",
|
||
|
|
":stayhome:",
|
||
|
|
":stopwatch-blue-hand-timer:",
|
||
|
|
":takeout:",
|
||
|
|
":text-green-game-over:",
|
||
|
|
":text-yellow-goal:",
|
||
|
|
":thanksdoc:",
|
||
|
|
":trophy-yellow-smiling:",
|
||
|
|
":videocall:",
|
||
|
|
":virtualhug:",
|
||
|
|
":volcano-green-lava-orange:",
|
||
|
|
":washhands:",
|
||
|
|
":whistle-red-blow:",
|
||
|
|
":yougotthis:",
|
||
|
|
":yt:"
|
||
|
|
]
|