@menstora@reddit_lies Thanks, that's some good motivation. It would be useful only if I actually act on it instead of just reading it over and over, so I will try my best to follow through and actually apply the advice and change my habits!
@decoyposts@WallStreetApes The 25 cent ramen is just going to kill you, its sludge, and also mcdonalds is sludge too. People just don't know where to get actual good food which isnt sludge
@DebtSlaveUSA@WallStreetApes Lmao fr. I'm not rich either and this is just common sense, she's just irresponsible with money probably, and that explains why she only has $20 left too.
I understand that I can cut the sources that cause the urge, like the apps or stuff. But you know this type of stuff can be easily accessed by typing in a browser.. And if the urge kicks in, sometimes its easy to just give in.
What kind of solution do you propose to this?
Because one can't just simply cut out a browser from their life especially when I need it for actual other stuff.
Add this to your customcss using vencord or equicord:
/* Text Area Modifications - Hide ENTIRE containers */
.expression-picker-chat-input-button:has([aria-label="Open Translate Modal"]),
.expression-picker-chat-input-button:has([aria-label="Open GIF picker"]),
.expression-picker-chat-input-button:has([aria-label="Open sticker picker"]),
.expression-picker-chat-input-button:has([aria-label="Send a gift"]),
.expression-picker-chat-input-button:has([aria-label="Give a Gift"]),
.expression-picker-chat-input-button:has([aria-label="Add Media"]) {
display: none !important;
}
/* Send a Gift button - special case (direct button, no wrapper) */
div[aria-label="Give a Gift"],
.button__74017.button__24af7[aria-label="Send a gift"] {
display: none !important;
}
/* Apps button */
.buttonContainer_e6e74f.app-launcher-entrypoint,
div[aria-label="Apps"] {
display: none !important;
}
/* Apps button uses a different wrapper class */
.buttonContainer_e6e74f.app-launcher-entrypoint,
div[aria-label="Apps"] {
display: none !important;
}