Grofers.com is not supported
-
A Former User last edited by
Hi, When i try to access https://grofers.com its not working. Asking me to download any of these browsers Google Chrome or
Mozilla Firefox.. -
burnout426 Volunteer last edited by burnout426
You can try telling them that they don't even have to *support* Opera. They just need to treat Opera as they do Chrome as Opera is a Chrome clone.
If all that fails, install this extension (there are others, but they're outdated). In its options, set it to custom mode and put this in the custom mode's text field and save.
{ "grofers.com": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36" }
Then, you'll probably have to clear cookies for grofers.com. "Menu -> settings -> privacy and security -> cookies -> All cookies and site data -> type "grofers.com" in the search field and click the x next to the grofers.com entry that shows up".
Then the site should just work.
If you want the user agent string that's specific for your system, you can hit ctrl + shift + i in Opera, goto the console tab, type
navigator.userAgent
and press enter. Then, you'd just remove the space and opr stuff after the Safari version to make grofers.com happy.