/* ==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://greasyfork.org/users/1589814
@downloadURL https://update.greasyfork.org/scripts/573317/Disable%20Twitch%20pause%20on%20click.user.css
@updateURL https://update.greasyfork.org/scripts/573317/Disable%20Twitch%20pause%20on%20click.meta.css
==/UserStyle== */

.click-handler {
  visibility:hidden
}