mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-11 00:20:54 +00:00
4.0.0-rc8.5
* Added: Separate setting for hiding the Get Bits button in the site header without hiding the bits UI in chat. * Added: Setting to hide avatars in the side navigation bar. * Fixed: Do not inject FFZ into the Extension Testing Rig.
This commit is contained in:
parent
30519a7377
commit
154a587c87
5 changed files with 43 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
'use strict';
|
||||
(() => {
|
||||
// Don't run on certain sub-domains.
|
||||
if ( /^(?:blog|player|im|chatdepot|tmi|api|)\./.test(location.hostname) )
|
||||
if ( /^(?:localhost\.rig|blog|player|im|chatdepot|tmi|api|)\./.test(location.hostname) )
|
||||
return;
|
||||
|
||||
const DEBUG = localStorage.ffzDebugMode == 'true' && document.body.classList.contains('ffz-dev') && ! window.Ember,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue