eruda icon indicating copy to clipboard operation
eruda copied to clipboard

Console for mobile browsers

Results 124 eruda issues
Sort by recently updated
recently updated
newest added

I have curated a custom theme for eruda, that many individuals like me have always wanted. An AMOLED theme! Owners - if you are seeing this, please do accept this...

Hi I don’t know if I’m doing something wrong but I can’t edit the page like I do with the console in mac, im in iOS and when I click...

This is just a silly little bug I found, not very important. But `document.write()` really does affect the entire document, including Eruda. You also cannot bring it back after writing....

Snippet to recreate the issue: ``` const friends = ['one', 'two', 'three'] const newLength = friends.push('four'); console.log(friends) friends.unshift('zero') console.log(friends) friends[friends.length] = 'five' console.log(friends) ``` for the above snippet, the expected...

There are 2 patches in this pull request: 1. The first half of https://github.com/gpuweb/gpuweb/issues/2046#issuecomment-928546660. This patch removes `GPUComputePassEncoder/writeTimestamp()` and `GPURenderPassEncoder/writeTimestamp()`, but leaves in `GPUCommandEncoder/writeTimestamp()`. 2. The second half of https://github.com/gpuweb/gpuweb/issues/2046#issuecomment-928546660....

Your README injects a script tag by concatenation of `'

当前的 Console 有: ``` > a = new Set([1,2,3]) Set {} ``` 并且展开也不能看到 Set 的值。(虽然展开成数组不麻烦) Eruda 3.0.0 希望能看到 Set 里面的元素。(或许是因为 Set 不用属性来存储值了)

Pasting the script for eruda in gx's address bar doesn't do anything. The bookmark method works flawlessly for chrome since you edit the bookmark link, but doesn't work for gx...

Eruda will request a thirdparty website when initializing, which may cause console error due to use of same-origin Cross-Origin-Embeder-Policy, or due to lack of internet connection, e.g. > GET https://opencollective.com/eruda/backers.svg?width=1536&exclude=true...

When I try to use this on discord to get stuff like avatar links I am unable to use this, while logged in and using the homepage of the website