Jump to content

Force tablet to not redirect from mobile site

Need_Not

Depends on the mobile browser you're using, but most have a option to view the desktop version of the site. Usually a checkbox setting you enable. Doesn't always work though. Depends on how the website is detecting you.

CPU: AMD Ryzen 9 5900X · Cooler: Artic Liquid Freezer II 280 · Motherboard: MSI MEG X570 Unify · RAM: G.skill Ripjaws V 2x16GB 3600MHz CL16 (2Rx8) · Graphics Card: ASUS GeForce RTX 3060 Ti TUF Gaming · Boot Drive: 500GB WD Black SN750 M.2 NVMe SSD · Game Drive: 2TB Crucial MX500 SATA SSD · PSU: Corsair White RM850x 850W 80+ Gold · Case: Corsair 4000D Airflow · Monitor: MSI Optix MAG342CQR 34” UWQHD 3440x1440 144Hz · Keyboard: Corsair K100 RGB Optical-Mechanical Gaming Keyboard (OPX Switch) · Mouse: Corsair Ironclaw RGB Wireless Gaming Mouse

Link to comment
Share on other sites

Link to post
Share on other sites

1 hour ago, Chris Pratt said:

Depends on the mobile browser you're using, but most have a option to view the desktop version of the site. Usually a checkbox setting you enable. Doesn't always work though. Depends on how the website is detecting you.

it's showing the desktop site without the desktop site checked

edit: if i had to guess i would say there is a line of JS that is redirecting if the screen width is too high, ik you can disable js entirely but this is a website that i im 99% sure wouldn't work without JS.

so is there away to disable like 1 line on a domain  

edit 2:
 

        if($(window).width() < 500) {
          location.href = "/mobile.html"
        }else {
          location.href = "/Monitor/OnlineMap"
        }

found it. if it would be possible to change that code in chrome on mobile

Just some random guy who has a gaming computer to play on his Minecraft server

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×