betterdiscord stuff

master
an 2021-06-20 07:49:03 -06:00
padre 020acf2f2d
commit 3a070860d8
Se han modificado 9 ficheros con 164 adiciones y 0 borrados

3
.gitignore vendido
Ver fichero

@ -3,3 +3,6 @@ emacs/auto-save-list
emacs/backup
emacs/custom.el
emacs/elpa
applications/betterdiscord/plugins/*.data.json
applications/betterdiscord/plugins/*.plugin.js
applications/betterdiscord/plugins/*.css

Ver fichero

@ -0,0 +1,15 @@
{
"changeLogs": {
"BDFDB": "1.7.1",
"ImageUtilities": "4.4.1",
"ShowHiddenChannels": "3.0.0"
},
"choices": {
"toastPosition": "right"
},
"general": {
"showSupportBadges": false,
"showToasts": false,
"useChromium": false
}
}

Ver fichero

@ -0,0 +1,39 @@
{
"currentVersionInfo": {
"version": "0.8.14",
"hasShownChangelog": true
},
"settings": {
"global": {
"important": false
},
"modules": {
"typing": true,
"voice": true,
"mentions": true,
"botTags": true,
"memberList": true
},
"popouts": {
"username": false,
"discriminator": false,
"nickname": true,
"fallback": true
},
"modals": {
"username": true,
"discriminator": false
},
"auditLog": {
"username": true,
"discriminator": false
},
"account": {
"username": true,
"discriminator": false
},
"mentions": {
"changeOnHover": true
}
}
}

Ver fichero

@ -0,0 +1,6 @@
{
"currentVersionInfo": {
"version": "1.1.0",
"hasShownChangelog": true
}
}

Ver fichero

@ -0,0 +1,40 @@
{
"amounts": {
"hoverDelay": 0
},
"engines": {
"_all": true,
"Baidu": true,
"Bing": true,
"Google": true,
"ImgOps": true,
"IQDB": true,
"Reddit": true,
"SauceNAO": true,
"Sogou": true,
"TinEye": true,
"WhatAnime": true,
"Yandex": true
},
"general": {
"resizeImage": true,
"addDetails": true,
"showAsHeader": true,
"showOnHover": false,
"enableGallery": true,
"enableZoom": true,
"pixelZoom": false,
"enableCopyImg": true,
"enableSaveImg": true
},
"places": {
"userAvatars": true,
"groupIcons": true,
"guildIcons": true,
"emojis": true
},
"zoomSettings": {
"lensSize": 200,
"zoomLevel": 1.6999999999999997
}
}

Ver fichero

@ -0,0 +1,19 @@
{
"blacklist": [],
"categorydata": [],
"channels": {
"GUILD_TEXT": true,
"GUILD_VOICE": true,
"GUILD_ANNOUNCEMENT": true,
"GUILD_STORE": true,
"GUILD_STAGE_VOICE": true
},
"general": {
"alwaysCollapse": false,
"showForNormal": true,
"showVoiceUsers": true
},
"sortOrder": {
"hidden": "native"
}
}

Ver fichero

@ -0,0 +1,6 @@
{
"currentVersionInfo": {
"version": "1.0.2",
"hasShownChangelog": true
}
}

Ver fichero

@ -0,0 +1,6 @@
{
"currentVersionInfo": {
"version": "1.2.29",
"hasShownChangelog": true
}
}

Ver fichero

@ -0,0 +1,30 @@
/**
* @name DiscordNight
* @version 0.9.2
* @description Dark and compact theme for BetterDiscord
* @source https://github.com/KillYoy/DiscordNight/
* @donate https://www.paypal.me/KillYoy
* @author KillYoy#0295
* @authorId 98468214824001536
*/
@import url("https://KillYoy.github.io/DiscordNight/DiscordNight.css");
:root {
--Text-Channels-Capital-Letter: none;
--Channel-List-Width: 164px;
--Embed-Remove-Button: none;
--Home-Close-DM-Button: none;
}
.chat-3bRxxu .message-2qnXI6:hover {
outline: 1px solid #5a5a5a;
}
.sidebar-2K8pFh .containerDefault-3tr_sE {
padding-top: 4px;
}
.botTagRegular-2HEhHi, .botTagInvert-18-95s {
background: none;
}
code {
font-family: monospace !important;
}