1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2025-12-01 16:48:57 +00:00
dotfiles/config/qutebrowser/greasemonkey/twitch.js

8 lines
226 B
JavaScript
Raw Normal View History

2019-02-22 20:07:57 +00:00
// ==UserScript==
// @name BetterTTV
2022-01-12 23:02:54 +00:00
// @include https://www.twitch.tv/*
2019-02-22 20:07:57 +00:00
// ==/UserScript==
2022-01-12 23:02:54 +00:00
s = document.createElement("script")
s.src = "https://cdn.betterttv.net/betterttv.js"
document.head.appendChild(s)