Can I replace data from pixelscan?
-
Can I replace data from the pixelscan site? Using a js script and a mod header? So far only the user-Agent (http) has been changed how can I change the rest?
navigator .__ defineGetter __ ('userAgent', function () {
return "Mozilla / 5.0 (Windows NT 6.2; WOW64; rv: 28.0) Gecko / 20100101 Firefox / 28.0)"
});
navigator .__ defineGetter __ ('appName', function () {
return "Netscape"
});JavaScript Cole Nicholson, Aug 25, 2020
0 Answers
Your Answer
To place the code, please use CodePen or similar tool. Thanks you!