Hmm...yes, m.gizmodo.com seems to work, provided you manually remove the '#!' and leave the rest of the URL alone.
In theory if one had a web server running locally, one could add gizmodo.com to /etc/hosts and map it to loopback, then configure said web server to catch gizmodo.com and rewrite the URL to redirect to m.gizmodo.com instead...
In theory if one had a web server running locally, one could add gizmodo.com to /etc/hosts and map it to loopback, then configure said web server to catch gizmodo.com and rewrite the URL to redirect to m.gizmodo.com instead...
Like this perhaps, using Apache's mod_rewrite:
edit: hmm, might need this set after the one above, for URLs without _escaped_fragment_: