From d58655e7fffd6bf345c182875edbf291a64adff0 Mon Sep 17 00:00:00 2001 From: Nav Patel Date: Thu, 5 Mar 2026 15:09:55 -0500 Subject: [PATCH] feat: add bookmarklet for using React Grab on any site Adds a drag-and-drop bookmarklet page that injects React Grab into any website without requiring a build step or install. --- bookmarklet.html | 113 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 113 insertions(+) create mode 100644 bookmarklet.html diff --git a/bookmarklet.html b/bookmarklet.html new file mode 100644 index 000000000..85c94499a --- /dev/null +++ b/bookmarklet.html @@ -0,0 +1,113 @@ + + + + + +React Grab Bookmarklet + + + + + + +

React Grab Bookmarklet

+

Drag this to your bookmarks bar to use React Grab on any site.

+ React Grab +
+

1. Drag the button above into your bookmarks bar

+

2. Visit any React site and click the bookmarklet

+

3. Hover over an element and press ⌘C to copy its component context

+
+ +