This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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"); |
NewerOlder