pjscrape icon indicating copy to clipboard operation
pjscrape copied to clipboard

How do you change the useragent?

Open necenzurat opened this issue 11 years ago • 2 comments

searched my ass off and did not find a thing how do you change the useragent from the config file ?


pjs.config({ 
    userAgent : 'someuseragent'
}

am i missing somethig

necenzurat avatar Mar 31 '13 05:03 necenzurat

It is should work: pjs.addSuite({ pageSettings: {'userAgent': 'Mozilla/5.0'}, }

sergeospb avatar Apr 08 '13 13:04 sergeospb

Neither is working for me. Does anything changed?

waglik avatar Oct 01 '14 06:10 waglik