Skip to content

Instantly share code, notes, and snippets.

View drunderscore's full-sized avatar

James Puleo drunderscore

View GitHub Profile
// James Puleo (2018)
/*
Node script to give Discord proxy servers the wrong image
Their proxy server's aren't very identifiable based by their UA,
but one thing that many of the servers had in common was that the
response was from Firefox 38.0, which is highly deprecated. It seemed
to never be from anything else. Not full-proof, but it works very successfully.
*/
var express = require("express");