Safari Top Sites Preview

前端 未结 5 1325
长发绾君心
长发绾君心 2021-02-06 08:30

In the Top Sites section of Safari, the iCloud.com image shows the logo instead of the login screen as you can see below. Normally, the Top Sites just shows a picture of the loa

5条回答
  •  无人共我
    2021-02-06 09:05

    Here's how it's done on iCloud to show a Top Sites specific preview: (edited for formatting)

    if (window.navigator && window.navigator.loadPurpose === "preview") {
        window.location.href = "http://www.icloud.com/topsites_preview/";
    };
    

    Source: http://blog.raffael.me/post/18565169038/defining-how-your-website-looks-like-in-safari-topsites

提交回复
热议问题