Skip to content

Instantly share code, notes, and snippets.

@AbeEstrada
Created August 21, 2024 18:25
Show Gist options
  • Save AbeEstrada/64236f0485922f8450d775089da1db58 to your computer and use it in GitHub Desktop.
Save AbeEstrada/64236f0485922f8450d775089da1db58 to your computer and use it in GitHub Desktop.
Detect rss/atom feed url
[...document.querySelectorAll( 'link[rel~=alternate][type="application/atom+xml"],' + 'link[rel~=alternate][type="application/rss+xml"],' + 'a[rel~=alternate][type="application/atom+xml"],' + 'a[rel~=alternate][type="application/rss+xml"]' )].map(link => link.href);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment