home.social

#7ed321 — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #7ed321, aggregated by home.social.

fetched live
  1. FFZ is a really useful extension as you can make quick shortcut commands either on the chat or within Context Menus for Twitch.

    Here's example of creating a toggle for enabling Followers Only or Emote Only, as well as a Clear Chat command by sending the appropriate slash ( / ) command to the channel you're on.

    You can Copy+Paste this JSON format to paste into FFZ, and be sure to change the target channel with your own.

    The following disables Followers Only mode, to enable, change command to /followers <n> where n is time in seconds (default: 600).

    {"action":"chat","appearance":{"type":"combo","text":"Followers Only","tooltip":"Followers Only (ON)","color":"#7ED321","icon":"ffz-fa fa-fire-extinguisher"},"options":{"target":"ChangeMe","command":"/followersoff"},"display":{"mod":true,"followersOnly":true},"ctx":"room"}

    #frankerfacez #ffz #twitch