"Mozilla/5.0 (compatiable, MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch)"
I did it in Firefox and maps.google.com redirects.
Making your useragent anything that contains "Windows Phone" makes it redirect.
> GET / HTTP/1.1 > User-Agent: Mozilla/5.0 (compatiable, MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch) > Host: maps.google.com > Accept: */* > < HTTP/1.1 302 Found < Location: http://maps.google.com/m/local > GET /m/local HTTP/1.1 > User-Agent: Mozilla/5.0 (compatiable, MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch) > Host: maps.google.com > Accept: */* > < HTTP/1.1 302 Moved Temporarily < ...snip... < Location: http://www.google.com/m?site=local&
"Mozilla/5.0 (compatiable, MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch)"
I did it in Firefox and maps.google.com redirects.
Making your useragent anything that contains "Windows Phone" makes it redirect.