Figured out the bit of js that provides Safari with a custom top sites preview site, a la iCloud:
if(window.navigator&&window.navigator.loadPurpose==="preview") { window.location.href="ADDRESS OF TOP SITES PREVIEW" };
Figured out the bit of js that provides Safari with a custom top sites preview site, a la iCloud:
if(window.navigator&&window.navigator.loadPurpose==="preview") { window.location.href="ADDRESS OF TOP SITES PREVIEW" };