Skip to content

Instantly share code, notes, and snippets.

View Ckath's full-sized avatar
🈚
why does github need a status

Ckat Ckath

🈚
why does github need a status
View GitHub Profile
@Ckath
Ckath / kotworld.gif
Last active April 18, 2022 18:48
why do gists embed
kotworld.gif
@Jiiks
Jiiks / bdws.md
Created April 12, 2017 01:54
BetterDiscord Websocket explanation

Since so many idiots keep referencing the websocket code as something that steals your data and sends it to me; let me explain these "programmers" who keep posting it what it actually does.

What was the websocket for? keyword: was

The BetterDiscord websocket was used as a secondary websocket connection to Discord servers in order to catch messages etc.

BdWSocket.prototype.start = function () {
    var self = this;
 /* $.ajax({