RedAlan. Los Blogs

Sunday, July 4, 2021

Bookmarklet Chat on Twitch

What is a Bookmarklet? A "Bookmark" for your browser, which instead of a url address contains a javascript code to use in the page you are visiting. This way you can get certain utilities without having to install addons and they work in most browsers. To ADD IT you only have to drag the link containing the Bookmarklet to your favourites bar.
"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