Skip to content

Instantly share code, notes, and snippets.

@Hacksore
Last active February 2, 2025 15:08
Show Gist options
  • Save Hacksore/36c47fed51f09bd35f03b554d406f5da to your computer and use it in GitHub Desktop.
Save Hacksore/36c47fed51f09bd35f03b554d406f5da to your computer and use it in GitHub Desktop.
youtube links not clickable in macOS sequoia

Open youtube.com

Enable desktop notfications in settings

image

Open the devtools console and pasta in this code

new Notification('Notfication Bug', {
  body: 'repro',
  data: {
    nav: 'https://youtube.com/@HacksoreDev',
  },
});

A notfication should show and try clicking it

image

Ideally the notifications should open to youtube.com/@HacksoreDev but for some reason it can't be dismissed when you click on it.

Troubleshooting

Make sure you have notifications enabled for Chrome

image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment