async function shareQuote(title, text, url) { await navigator.share({title, text, url}); }