1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-09-16 01:56:55 +00:00

3.5.152. Add support for Channel Feed. A smidgen of memes for Memeathon.

This commit is contained in:
SirStendec 2016-03-31 19:47:17 -04:00
parent a58810e177
commit 9ead660f89
9 changed files with 306 additions and 212 deletions

View file

@ -49,6 +49,7 @@ FFZ.prototype.setup_bttv = function(delay) {
}
document.body.classList.add('ffz-bttv');
document.body.classList.toggle('ffz-bttv-dark', BetterTTV.settings.get('darkenedMode'));
// Disable Chat Tabs
if ( this._chatv ) {