kiwibrowser / src.next

Source-code for Kiwi Next, a Kiwi Browser auto-rebased with latest Chromium
BSD 3-Clause "New" or "Revised" License
2.32k stars 295 forks source link

mission function:force desktop mode #1205

Open maflower23 opened 2 days ago

maflower23 commented 2 days ago

In the older versions, you could enable "Default Desktop Mode" in the settings, or enable this feature by going to chrome://flags/#request-desktop-site-exceptions. However, in the latest version 124, the option is disappeared in the Flags page, and the setting option is also useless. I noticed that when opening a new tab, if you first select the desktop mode site in the menu and then enter the URL,it still loading the mobile version of the website.I have to select it again after enter the website.Now I have to use the script to change UA in order to automatically request the desktop version of websites.

Additional context IMG_20241124_120105 This screenshort from version 107

maflower23 commented 1 day ago

Well it seems I didn't look through the Settings carefully. There's a new switch at "Setting-site setting(then go to bottom)-desktop site".Enable this switch can request desktop website automatically. So,the "Default Desktop Mode" in "accessible" is redundance,the Developer should delete it.