Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Erudo as bookmarklet for injecting devtools #32

Open
RangerMauve opened this issue Jul 30, 2023 · 0 comments
Open

Add Erudo as bookmarklet for injecting devtools #32

RangerMauve opened this issue Jul 30, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@RangerMauve
Copy link
Member

Adding devtools has been a major TODO to make it possible for folks to author new content and inspect pages from their phone.

Sadly doing this natively is a lot of work since the only browser that has it already doesn't provide easy to use patches.

Instead we can use Eruda which injects javascript into a page which hijacks various APIs to provide a console for us to use.

We can have a bookmarklet in the default list which injects Eruda into a page to make it inspectable.

This won't give us stuff like breakpoints, but it'll at least let us debug stuff and have a basic console.

@RangerMauve RangerMauve added enhancement New feature or request good first issue Good for newcomers labels Jul 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant