User-Agent - changing in JS
|
Jul. 13, 2015, 02:58 PM
Post: #1
|
|||
|
|||
User-Agent - changing in JS
Hello,
I would like to know, if there is a filter for changing the user-agent from JS. I know, there is a filter to hide it, but not to change it. In the filter set which I am using there is such a filter, but it's not working anymore. Here in the last post on the page is explained how the filter worked. (It's in German, but if anyone didn't understand, I'll help. The filename ProxJSEnd.js is wrong, it is ProxJS-20100626.js In short words: For example is in the default.cfg written for spoofing Firefox 2.0 on Windows XP this: Code: In = FALSE With this filter rule, the variable "InsHeadStrSC" get's the value "FakeUAFF2WXP," This data is given to the filter script with the variable "ProxLCO.ConfSC" And in the ProxJS-20100626.js is something like: Code: if (ProxLCO.ConfSC.indexOf("FakeUAFF2WXP") != -1) { If you download the German Profi-Edition from here, you can check the whole code. Would be nice, if anyone, could update the filter or if anyone know a working filter to change user-agent in javascript. Thanks. PiXEL |
|||
« Next Oldest | Next Newest »
|