This commit is contained in:
Mirco Wittrien 2019-11-01 22:52:47 +01:00
parent 340aa54464
commit 5fe2c6271e
4 changed files with 2 additions and 6 deletions

View File

@ -1146,7 +1146,7 @@ var BDFDB = {myPlugins: BDFDB && BDFDB.myPlugins || {}, cleanUps: BDFDB && BDFDB
}
};
var NoFluxContextMenus = ["ChannelContextMenu", "DeveloperContextMenu", "GuildContextMenu", "GuildRoleContextMenu", "LfgContextMenu", "MessageContextMenu", "NativeContextMenu", "ScreenshareContextMenu", "UserContextMenu", "UserSettingsCogContextMenu"];
var NoFluxContextMenus = ["ChannelContextMenu", "DeveloperContextMenu", "GuildContextMenu", "GuildRoleContextMenu", "MessageContextMenu", "NativeContextMenu", "ScreenshareContextMenu", "UserContextMenu", "UserSettingsCogContextMenu"];
var NoFluxPopouts = ["MessageOptionPopout"];
var FluxContextMenus = ["ApplicationContextMenu", "GroupDMContextMenu"];
var PatchMenuQueries = {};
@ -4092,7 +4092,6 @@ var BDFDB = {myPlugins: BDFDB && BDFDB.myPlugins || {}, cleanUps: BDFDB && BDFDB
DiscordClassModules.LayerModal = BDFDB.ModuleUtils.findByProperties("root", "small", "medium");
DiscordClassModules.Layers = BDFDB.ModuleUtils.findByProperties("layer", "layers");
DiscordClassModules.LiveTag = BDFDB.ModuleUtils.findByProperties("liveRed", "live");
DiscordClassModules.LFG = BDFDB.ModuleUtils.findByProperties("lfg", "topSectionHeader");
DiscordClassModules.Margins = BDFDB.ModuleUtils.findByProperties("marginBottom4", "marginCenterHorz");
DiscordClassModules.Member = BDFDB.ModuleUtils.findByProperties("member", "ownerIcon");
DiscordClassModules.MembersWrap = BDFDB.ModuleUtils.findByProperties("membersWrap", "membersGroup");
@ -4867,7 +4866,6 @@ var BDFDB = {myPlugins: BDFDB && BDFDB.myPlugins || {}, cleanUps: BDFDB && BDFDB
layerbase: ["Layers", "baseLayer"],
layers: ["Layers", "layers"],
layersbg: ["Layers", "bg"],
lfg: ["LFG", "lfg"],
livetag: ["LiveTag", "live"],
livetaggray: ["LiveTag", "liveGray"],
livetaglarge: ["LiveTag", "liveLarge"],

File diff suppressed because one or more lines are too long

View File

@ -14,7 +14,6 @@ body,
#app-mount REPLACE_CLASS_gamelibrarytableheader,
#app-mount REPLACE_CLASS_giftinventory,
#app-mount REPLACE_CLASS_applicationstore,
#app-mount REPLACE_CLASS_lfg,
#app-mount REPLACE_CLASS_friends,
#app-mount REPLACE_CLASS_guilddiscovery,
#app-mount REPLACE_CLASS_scroller,

View File

@ -160,7 +160,6 @@ body, /* body */
#app-mount .gameLibrary-TTDw4Y, /* library */
#app-mount .root-1BQpZw, /* giftinventory */
#app-mount .applicationStore-1pNvnv, /* store */
#app-mount .lfg-3zDSPN, /* LFG */
#app-mount .container-3gCOGc, /* friends */
#app-mount .pageWrapper-1PgVDX, /* guilddiscovery */
#app-mount .scroller-2FKFPG, /* scroller */