Skip to content

Instantly share code, notes, and snippets.

@oleksii-zavrazhnyi
Created October 23, 2014 19:21
Show Gist options
  • Save oleksii-zavrazhnyi/467c52a4551457227752 to your computer and use it in GitHub Desktop.
Save oleksii-zavrazhnyi/467c52a4551457227752 to your computer and use it in GitHub Desktop.
Safari TopSites Preview Detection
if (window.navigator && window.navigator.loadPurpose === "preview") {
window.location.href = "https://www.icloud.com/topsites_preview/"
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment