JingMatrix

Results 157 comments of JingMatrix

[ChromeXt](https://github.com/JingMatrix/ChromeXt) embeds `eruda` into Chromium based and WebView based browsers. Also, some features of `ChromeXt` are added to `eruda`.

This is already implemented. You can click on the icon to toggle `maximize / minimize`.

Look at the demo in the README: Click on the icon in the bottom right corner. There are six of them shown in the above image.

The icon in the __bottom right__ of the img I gave, with shape similar to ⚙.

I disagree with your suggestion of introducing more icons. 1. Of course, the icon should be shown all the time, so users can toggle it to hide all panels. 2....

My main arguments is that three more icons is too crowed for most mobile devices. Look at DevTools front-end shown on mobiles, thers is no `x` icon. ![screenshot_2023-08-13T18:37:09](https://github.com/liriliri/eruda/assets/24476093/8e1f592f-ae32-496d-971f-01e56272d4bd) If the...

To answer to your questions, I open DevTools on Android using my own project [ChromeXt](https://github.com/JingMatrix/ChromeXt). DevTools is opened in a new tab, so I close it by closing the tab....

I implemented some hooks to move panels around the button, so that the panels are moved (vertically) when toggling to show them after dragging the button. Here is the demo:...

I have a simple workaround to load eruda on pages requiring TrustedTypes. `threads.net` is an example website where Trusted Types API is used without checking policy names using `CSP`. So...

That is a nice idea: the return value serves as the dynamic routing result. It would be perfect, if the target locale config could be included into the arguments. You...