Some pages can only be accessed in, and after copying the link on the computer to access it is to jump to another page.
How do I simulate a built-in browser on my computer with chrome?
Has anyone ever done anything successful?
Baidu changed useragent like not.
Reply content:
Some pages can only be accessed in, and after copying the link on the computer to access it is to jump to another page.
How do I simulate a built-in browser on my computer with chrome?
Has anyone ever done anything successful?
Baidu changed useragent like not.
安卓UAmozilla/5.0 (linux; u; android 4.1.2; zh-cn; mi-one plus build/jzo54k) applewebkit/534.30 (khtml, like gecko) version/4.0 mobile safari/534.30 micromessenger/5.0.1.352iPhone UAmozilla/5.0 (iphone; cpu iphone os 5_1_1 like mac os x) applewebkit/534.46 (khtml, like gecko) mobile/9b206 micromessenger/5.0JS判断是否浏览器function isWeixinBrowser(){ var ua = navigator.userAgent.toLowerCase(); return (/micromessenger/.test(ua)) ? true : false ;}
How to modify the UA of Chrome
1, the use of script modification
Http://www.zimohan.com/wldd/78.html
2. Using Chrome extensions
Http://archives.guao.hk/posts/chrome-extension-chromeleon-user-agent-spoofer.html
Built-in UA
http://dearb.me/archive/2013-10-30/weixin-browser-user-agent/
Debugging
I don't know if this fits your requirements.
Most of the pages are judged by the UA, but also some of the pages are provided by calling the Js-sdk method, if the call fails the description is not within the browser environment, you can try to mock these APIs
The way to modify the UA seems to not work, the Web page may be judged by JSSDK.
Is there any way or plug-in prohibit Web page automatically jump?
Should not, if use JSSDK, he should be called the browser private API to determine whether it is, but there is no such API in Chrome.
Forge Browser Http_user_agent
Http://www.dayecn.com/science/859_2.html
Look at this article.