Skip to content

Instantly share code, notes, and snippets.

@digitarald
Created November 21, 2014 04:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save digitarald/9841c88f9398f4aa4dc9 to your computer and use it in GitHub Desktop.
Save digitarald/9841c88f9398f4aa4dc9 to your computer and use it in GitHub Desktop.
Redirect from your Firefox OS packaged app to desktop website
if (!(/mobile|tablet/i).test(navigator.userAgent)) {
location.href = 'http://www.your-desktop-version.com/';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment