Disable Facebook mobile browser detection?

前端 未结 3 2078
不知归路
不知归路 2020-12-30 08:13

Does anyone know of a way to disable the mobile browser detection and redirect feature of Facebook via querystring parameters?

For example, if I go to www.facebook.c

3条回答
  •  温柔的废话
    2020-12-30 08:22

    you either change the user-agent to achieve that or you add ?m2w to the link i.e. http://www.facebook.com/CraigslistGenie/?m2w does NOT redirect (tested on Android) while http://www.facebook.com/CraigslistGenie does redirect to http://m.facebook.com/CraigslistGenie

    For reference see here and here.

提交回复
热议问题