"Chat Twitch" is a Bookmarklet that will allow you, once you are on a live twitch channel, to switch to chat only, using Twitch's pop-up chat capability. Useful if you want to use the chat from one device and watch the live stream from another.
Source Code:
javascript:
vUrl = document.location.href;
document.location = vUrl.replace(/twitch.tv/,"twitch.tv") + "/chat?popout=";
No comments:
Post a Comment