Created
March 24, 2026 06:48
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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