$ 0 0 Is it possible to make clickable links using Logger.log?I have this code that log url Logger.log(url); that logs text in console.I wonder if this is possible to make that url clickable by using Logger.log, console.log or any other approach?