6160b4f ^
1 2 3
async function shareQuote(title, text, url) { await navigator.share({title, text, url}); }