Index: simple_mobile_redirect.module
===================================================================
--- simple_mobile_redirect.module
+++ simple_mobile_redirect.module
@@ -67,6 +67,11 @@
   $simplemobileredirect = variable_get('simple_mobile_redirect_mobileredirect', '');
   $simplemobilehome = variable_get('simple_mobile_redirect_home', '/');
   
+  if (isset($_GET["mobi_bypass"])) {
+    //Let SMR just ignore this request
+    return;
+  }
+  
   if (isset($_GET["nomobi"])) {
     // clear any redirect variables so the process will go to the main site.
     $iphone = '';
