Skip to content

Instantly share code, notes, and snippets.

@diegohb
Created March 24, 2026 06:48
Show Gist options
  • Select an option

  • Save diegohb/c0bffc610e5a043ad781242d19563c46 to your computer and use it in GitHub Desktop.

Select an option

Save diegohb/c0bffc610e5a043ad781242d19563c46 to your computer and use it in GitHub Desktop.
Bookmarlet that navigates to deepwiki in a new tab given a github repo url.
javascript:(function(){var m=location.href.match(/^(?:https?:\/\/)?(?:www\.)?github\.com\/([^\/]+\/[^\/]+)/i);m?window.open(%27https://deepwiki.com/%27+m[1],%27_blank%27):window.alert(%27Not a GitHub repo URL%27)})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment