Discord / Twitch chatlog viewercard hover popup shortcut menu for moderators

Show a popup with viewercard options when hovering over Twitch links, staying in place until the mouse leaves the link or popup, ensuring it's always on top, and disappearing after 4 seconds. Ignores clips and vods.

作者
Cragsand
今日安裝
0
安裝總數
2
評價
0 0 0
版本
1.2
建立日期
2025-07-04
更新日期
2025-07-19
尺寸
3.5 KB
授權條款
MIT
腳本執行於

Show a popup with viewercard options when hovering over Twitch links in Discord. (Only when using the web version of Discord in a browser)
This allows moderators to quickly open and lookup users chat logs if they have linked their Twitch accounts to Discord.
The menu stays in place until the mouse leaves the link or popup, ensuring it's always on top and disappears after 4 seconds. Ignores clips and vods links.

This is really useful to quickly check if the Discord account is a bot or scammer who doesn't follow nor types in chat.

INSTRUCTIONS HOW TO CONFIGURE CHANNELS:
=======================================
Configure Twitch channels by editing this part of the script:
const streamers = ['twitch', 'xbox']
Replace twitch and xbox with the name of the channels where you have mod:
const streamers = ['ChannelName1', 'ChannelName2', 'ChannelName3', 'ChannelName4']