Greasy Fork is available in English.

auto updating eruda toolkit (kiwibrowser & adguard Mobile Devtools )

Console for mobile browsers

Penulis
dororo
Pemasangan harian
0
Total pemasangan
213
Nilai
1 0 0
Versi
0.0.1.20211028143330
Dibuat
10 Februari 2021
Diperbarui
28 Oktober 2021
Lisensi
N/A
Berlaku untuk
Semua situs

Console for Mobile Browsers.

Eruda
: https://eruda.liriliri.io/

In order to try it for different sites, execute the script below on browser address bar.

javascript:(function () { var script = document.createElement('script'); script.src="//cdn.jsdelivr.net/npm/eruda"; document.body.appendChild(script); script.onload = function () { eruda.init() } })();
Features
Console: Display JavaScript logs.
Elements: Check dom state.
Network: Show requests status.
Resource: Show localStorage, cookie information.
Info: Show url, user agent info.
Snippets: Include snippets used most often.
Sources: Html, js, css source viewer.