const a = document.createElement('a') a.href = 'ablog://main' a.click() setTimeout(() => { const a = document.createElement('a') a.href = 'https://apps.apple.com/app/app/id1370724782?pt=118190891&ct=appi&mt=8' a.click() setTimeout(() => { history.replaceState( history.state, document.title, '' + Math.random(), ) }, 0) })