mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-19 13:22:51 +00:00
7 lines
217 B
JavaScript
7 lines
217 B
JavaScript
// ==UserScript==
|
|
// @name BetterTTV
|
|
// @include https://www.twitch.tv/*
|
|
// ==/UserScript==
|
|
document.head.appendChild(document.createElement("script")).src=
|
|
"https://cdn.betterttv.net/betterttv.js"
|