Skip to content

Instantly share code, notes, and snippets.

@kaiserdj
Created December 28, 2021 11:25
Show Gist options
  • Save kaiserdj/47c0eecc8df0025a146b5b3b863b49f0 to your computer and use it in GitHub Desktop.
Save kaiserdj/47c0eecc8df0025a146b5b3b863b49f0 to your computer and use it in GitHub Desktop.
Example plugin Packet logger
//⎛⎝ Kaiserdj™ ⎠⎞#6430
//https://github.com/kaiserdj/Darkorbit-client
//https://discord.gg/vHqAaxS7xF
//It is necessary to activate the function "(BETA) Run Darkorbit packet logger - by Tanoshii" in Settings
//
//Custom js
//match: *action=internalMapRevolution*
console.log("Plugin packet logger activated");
window.addEventListener("Packet", function(e) { console.log(e.detail.packet)});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment