auto updating eruda toolkit (kiwibrowser & adguard Mobile Devtools )

Console for mobile browsers

Autor
dororo
Dnevne instalacije
0
Ukupno instalacija
255
Ocene
1 0 0
Verzija
0.0.1.20211028143330
Napravljeno
10/02/2021
Ažurirano
28/10/2021
Licenca
Nije dostupno
Važi za
All sites

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.