Prevents twitch streams from pausing when clicking on the video
/* ==UserStyle==
@name Disable Twitch pause on click
@version 1.1
@match https://*.twitch.tv/*
@description Prevents twitch streams from pausing when clicking on the video
@license MIT
@namespace https://greatest.deepsurf.us/users/1589814
==/UserStyle== */
.click-handler {
visibility:hidden
}