feat: add bookmarklet for using React Grab on any site#216
Open
patelnav wants to merge 1 commit intoaidenybai:mainfrom
Open
feat: add bookmarklet for using React Grab on any site#216patelnav wants to merge 1 commit intoaidenybai:mainfrom
patelnav wants to merge 1 commit intoaidenybai:mainfrom
Conversation
Adds a drag-and-drop bookmarklet page that injects React Grab into any website without requiring a build step or install.
Contributor
|
This run croaked 😵 The workflow encountered an error before any progress could be reported. Please check the link below for details. |
Contributor
|
@patelnav is attempting to deploy a commit to the Million Team on Vercel. A member of the Team first needs to authorize it. |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
bookmarklet.htmlpage that lets users drag a bookmarklet to their bookmarks barreact-grab/dist/index.global.jsinto any page — no install or build step neededUse case
Useful for quickly trying React Grab on any React site without modifying the project. Also handy for inspecting third-party React apps you don't control.
Test plan
bookmarklet.htmlin a browserNote
Medium Risk
Injects a third-party script from
unpkg.cominto arbitrary pages viajavascript:bookmarklet, which has security/trust and CSP compatibility implications despite being isolated to an optional static page.Overview
Adds a standalone
bookmarklet.htmlpage that users can open to drag a React Grab bookmarklet into their bookmarks bar.The bookmarklet injects
https://unpkg.com/react-grab/dist/index.global.jsinto the current page, and the page includes brief usage instructions plus inline styling for a dark, branded look.Written by Cursor Bugbot for commit d58655e. This will update automatically on new commits. Configure here.
Summary by cubic
Adds a bookmarklet page to inject React Grab into any site, so you can try it without installing or changing the project. Helps quickly inspect third‑party React apps.
Written for commit d58655e. Summary will update on new commits.