Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name xqc Twitch/Kick Embed
// @version 0.5
// @description Embed xqc's kick stream on his twitch channel, for viewing twitch chat while he is live on kick
// @author /u/mkze
// @match *://*.twitch.tv/xqc
// @match *://twitch.tv/xqc
// @icon https://www.google.com/s2/favicons?sz=64&domain=twitch.tv
// @grant none
// ==/UserScript==
@mkze
mkze / xqc_twitch_kick_embed.user.js
Last active June 18, 2023 05:36
Simple userscript to embed xqc's kick stream on his twitch channel, for viewing twitch chat while he is live on kick
// ==UserScript==
// @name xqc Twitch/Kick Embed
// @version 0.4
// @description Embed xqc's kick stream on his twitch channel, for viewing twitch chat while he is live on kick
// @author /u/mkze
// @match *://*.twitch.tv/xqc
// @match *://twitch.tv/xqc
// @icon https://www.google.com/s2/favicons?sz=64&domain=twitch.tv
// @grant none
// ==/UserScript==