cutthecord/patches
ave fcdb9e5352
branding-customicon: get rid of unneeded lines
2019-06-22 17:33:56 +03:00
..
bettertm Add a README.md to patches, split main README to two 2019-06-21 13:11:28 +03:00
bettertmlight Add a README.md to patches, split main README to two 2019-06-21 13:11:28 +03:00
blobs blobs: Fix matching 2019-05-13 12:51:44 +03:00
branding branding-customicon: get rid of unneeded lines 2019-06-22 17:33:56 +03:00
compact 9.0.9 2019-06-08 01:35:44 +03:00
customdefaultemoji 9.0.9 2019-06-08 01:35:44 +03:00
customfont Add customring and customfont instructions 2019-02-06 01:49:07 +03:00
customring Add customring and customfont instructions 2019-02-06 01:49:07 +03:00
customtheme 9.0.9 2019-06-08 01:35:44 +03:00
customversion 9.0.9 2019-06-08 01:35:44 +03:00
disable-mobileindicator 9.0.9 2019-06-08 01:35:44 +03:00
experiments Add a README.md to patches, split main README to two 2019-06-21 13:11:28 +03:00
litecord Add a README.md to patches, split main README to two 2019-06-21 13:11:28 +03:00
mutant 9.0.9 2019-06-08 01:35:44 +03:00
necessary drop bug 2019-06-16 23:18:55 +03:00
noblocked 9.0.9 2019-06-08 01:35:44 +03:00
nonearby 9.0.9 2019-06-08 01:35:44 +03:00
noprofilestrip 9.0.9 2019-06-08 01:35:44 +03:00
nospoiler 9.0.9 2019-06-08 01:35:44 +03:00
notrack 9.0.9 2019-06-08 01:35:44 +03:00
nozlib Add a README.md to patches, split main README to two 2019-06-21 13:11:28 +03:00
pureevil Add a README.md to patches, split main README to two 2019-06-21 13:11:28 +03:00
slashcommands 9.0.9 2019-06-08 01:35:44 +03:00
smalltime 9.0.9 2019-06-08 01:35:44 +03:00
squareavatars 9.0.9 2019-06-08 01:35:44 +03:00
tokenlogin 9.0.9 2019-06-08 01:35:44 +03:00
README.md Add a README.md to patches, split main README to two 2019-06-21 13:11:28 +03:00

README.md

CutTheCord: Patch List

This is the list of patches available for CutTheCord. Have an idea? Open an issue, and I'll get to work. PRs are also welcome!

The patches with bold names are the ones I'm most proud of.


  • bettertm: Replaces the ™️ and ®️ emojis with rendered unicode variants, making them look much better.

Before bettertm:

nearly unreadable tm and r characters

After bettertm:

very readable tm and r characters

  • bettertmlight: same thing as bettertm, but designed for light theme users.
  • blobs: Replaces official twemoji emojis with blobs

Emoji drawer with blobs

  • branding: Changes app's name from Discord to a custom name, changes app icon to a custom image, changes version number to account better for cutthecord's release schedule (and fixes a captcha link). Also enables backup and debug abilities. This is automatically built into all branches.

Custom logo and custom app name

(that's not the official logo of CutTheCord, it's simply one I have on my own branch)

  • compact: Discord's compact layout, but for android.

Compact layout

  • customdefaultemoji: Changes default emojis, which show up in a couple places. It's uesd to insert star into the list, as many bots have starboards.
  • customfont: Has instructions for changing the font used.

Google Sans as font on Discord

  • customring: Has instructions for changing the ringtone.

Video demonstration: https://www.youtube.com/watch?v=NMRPsAgqtWQ

  • customtheme: Allows setting a custom theme. The one on repo is a pitch black theme, with green links and red accent theme.

pitch black theme on discord

(square avatars are not a part of this patch, scroll down to squareavatars if you're looking for them)

  • customversion: Changes the version string in settings to include branch information. This is automatically built into all branches.

custom version string showing patch list, build time, and license information for mutant standard

  • disable-mobileindicator: This is the patch inspired me to start working on CutTheCord. It makes your device act like a desktop client, and disables the "mobile indicator" on discord. However, this breaks notifications.
  • experiments: Enables some dev-only things, like developer options tab or a secret staff-only, half-assed AMOLED-optimized theme called "pure evil". The developer options tab does not work.

Developer options tab

Pure evil setting

Litecord screenshot

  • mutant: Replaces official twemoji emojis with mutant standard emojis, and injects custom mutantstd emojis to the app. Second patch I ever developed!

Emoji drawer with mutant standard emojis

  • necessary: Does some necessary things that may be required to get the app running properly, not available for every version, but is automatically built into all branches.
  • noblocked: Hides blocked messages and the "# blocked messages" thingy. Useful for those of us who just can't resist tapping those.
  • nonearby: Intentionally breaks "add nearby people" feature.
  • noprofilestrip: Hides your username and discriminator from the "profile strip" on the left bar. Useful to potentially avoid bans.

An image of noprofilestrip

  • nospoiler: Automatically shows all spoilers. Useful for moderation.
  • notrack: Disables most of the tracking in Discord. Included in all official branches.
  • nozlib: Disables zlib-stream field on wss, making it easier to parse wss communications when MITMing the app.
  • pureevil: Enables a secret staff-only, half-assed AMOLED-optimized theme called "pure evil". You're recommended to use customtheme instead.

Pure evil setting

  • slashcommands: Adds a lot of slash commands (all the decent ones on desktop and more), alongside some other useful features such as an account switcher. Also allows enabling or disabling a couple patches such as channelleak (shows all channel names and topics, even those you lack the permissions to read) or notyping (disables sending typing event to discord servers). I'm quite proud of this patch :p Read its own README.md for more information.

account switching on cutthecord

tableflip slash command

  • squareavatars: Adds square avatars. Because circles are for losers.

square avatars on discord

(pitch black theme is not a part of this patch, scroll up to customtheme if you're looking for it)

  • tokenlogin: Allows logging in with just a token, instead of having to enter email, password, do 2FA, do captcha and possibly also tap a link on email. Especially useful when you don't have gapps as it allows skipping captcha (which relies on GMS).