DiscordInjections: Difference between revisions

From Discord Client Modding Wiki
Jump to navigation Jump to search
m (category)
m (Grammarly (remove a single comma))
 
Line 11: Line 11:
| languages = [[wikipedia:JavaScript|JavaScript]]
| languages = [[wikipedia:JavaScript|JavaScript]]
}}
}}
'''DiscordInjections''' was a client mod that claimed to "pick up where [[BeautifulDiscord]] ends"<ref>{{cite web|title=DiscordInjections' README|url=https://github.com/Snazzah/DiscordInjections/blob/master/README.md}}</ref> by offering custom JavaScript in addition to custom CSS, which later transformed into a plugin system. It used DOM manipulation via [https://developer.mozilla.org/en-US/docs/Web/API/MutationObserver mutation observers] and jQuery, and interacted with Discord's backend via [https://discord.js.org discord.js]. It is a [[Selfbotting|selfbotting]] risk by today's standards.
'''DiscordInjections''' was a client mod that claimed to "pick up where [[BeautifulDiscord]] ends"<ref>{{cite web|title=DiscordInjections' README|url=https://github.com/Snazzah/DiscordInjections/blob/master/README.md}}</ref> by offering custom JavaScript in addition to custom CSS, which later transformed into a plugin system. It used DOM manipulation via [https://developer.mozilla.org/en-US/docs/Web/API/MutationObserver mutation observers] and jQuery and interacted with Discord's backend via [https://discord.js.org discord.js]. It is a [[Selfbotting|selfbotting]] risk by today's standards.


[[Category:Client Mods]]
[[Category:Client Mods]]

Latest revision as of 14:58, 13 March 2024

DiscordInjections
DiscordInjections Logo
ActiveApril - September 2017
Platform(s)Desktop
Lead developer(s)Ratismal, Snazzah, aetheryx
RepositoryDiscordInjections/DiscordInjections (deleted), Snazzah/DiscordInjections
License(s)MIT
Language(s)JavaScript

DiscordInjections was a client mod that claimed to "pick up where BeautifulDiscord ends"[1] by offering custom JavaScript in addition to custom CSS, which later transformed into a plugin system. It used DOM manipulation via mutation observers and jQuery and interacted with Discord's backend via discord.js. It is a selfbotting risk by today's standards.

  1. "DiscordInjections' README".