diff --git a/smartcord/LICENSE b/smartcord/LICENSE new file mode 100644 index 0000000..30d0f1a --- /dev/null +++ b/smartcord/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2019 Joe + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/smartcord/README.md b/smartcord/README.md new file mode 100644 index 0000000..7cba895 --- /dev/null +++ b/smartcord/README.md @@ -0,0 +1,2 @@ +# EnhancedDiscord-Site +Backup for enhanceddiscord.com diff --git a/smartcord/SmartCord.exe b/smartcord/SmartCord.exe new file mode 100644 index 0000000..abc5491 Binary files /dev/null and b/smartcord/SmartCord.exe differ diff --git a/smartcord/ed_theme_2.png b/smartcord/ed_theme_2.png new file mode 100644 index 0000000..6461c0f Binary files /dev/null and b/smartcord/ed_theme_2.png differ diff --git a/smartcord/favicon.ico b/smartcord/favicon.ico new file mode 100644 index 0000000..b56a36b Binary files /dev/null and b/smartcord/favicon.ico differ diff --git a/smartcord/index.html b/smartcord/index.html new file mode 100644 index 0000000..6d92a4f --- /dev/null +++ b/smartcord/index.html @@ -0,0 +1,125 @@ + + EnhancedDiscord + + + + + + + + + + + + + + +
+
+ SmartCord +
+
+ +
+
+
+ SmartCord is a modification for the Discord desktop app that allows you to load themes and plugins easily, quickly, and safely. +
+ It comes with a theme loader, beautiful customizable theme with image background, and many plugins. +
+ It also, by default, disables Discord's telemetry. This prevents Discord from collecting and potentially distributing data about what you're doing on Discord. +
+ In addition, there is a built-in option to enable silent typing, so that you never appear as typing in any server. +
+ +
+
+
+
+
Themes
+ SmartCord comes with a CSS loader, which can be used to load almost any theme. Here's an example of the default theme: +
+ + EnhancedDiscordTheme Screenshot + +
+
+
Plugins
+ Several plugins are included with SmartCord, but there are many more available to install. A list of the preincluded plugins is below. For a full list of approved plugins, check out the plugins page. Coming soon™ +
+
+
+
+ Avatar Links +
+ Adds "Copy Avatar URL" to the context menu for users, and "Copy Icon URL" to the context menu for guilds. +
+
+ CSS Loader
+ Loads themes, as described in the previous section on this page. Also hot-reloads the file when it's changed. +
+
+ SmartCord Settings
+ Adds tabs to your user settings for easy configurations of plugins and their settings. Included as a plugin so it can easily be disabled. +
+
+ Guild Count
+ Shows the number of servers you're in underneath your number of friends online. +
+
+ Hidden Channels
+ Shows names and topics of channels in which you don't have permission to read messages. +
+
+ Quick Save
+ Adds support for saving guild or channel settings with Ctrl+S. +
+
+ Shut Up, Clyde (aka Silence)
+ Makes Clyde shut the fuck up about buying Nitro. +
+
+ noDelete
+ Let's you see deleted messages. +
+
+ noPing
+ You will not receive red ping icons when you get pinged in muted server. +
+
+ UwU
+ Mwakes Discord more owo +
+

And many more coming in future...

+
+
+
+
+
More Info
+ For more information, including detailed installation instructions, bug tracking, and the source code, check out the GitHub repository. +

+ Need help? Have questions? Check out the support server: +
+ + Discord server + +
+ +
+ + diff --git a/smartcord/logo.png b/smartcord/logo.png new file mode 100644 index 0000000..f9cedd0 Binary files /dev/null and b/smartcord/logo.png differ diff --git a/smartcord/style-v0.2.css b/smartcord/style-v0.2.css new file mode 100644 index 0000000..4a03bba --- /dev/null +++ b/smartcord/style-v0.2.css @@ -0,0 +1,32 @@ +.logo { + height: 70px; + vertical-align: middle; +} +.logo + .title { + vertical-align: middle; +} +.margin-20 { + margin: 20px; +} +.discord > img { + vertical-align: bottom; +} +.section-header { + padding: 5px 15px; + border-radius: 5px; + margin-bottom: 10px; + font-size: 20px; +} +.margin-bottom-10 { + margin-bottom: 10px; + display: inline-block; +} +.plugin-desc { + opacity: 0.5; +} +.dl-desc { + opacity: 0.6; + margin: -6px 0 0 0; + font-size: 13px; + display: inline-block; +}