Google AI Pro free for one year. ☠️🔥
https://one.google.com/ai-student?utm_source=gemini&utm_medium=web&utm_campaign=students_xpa_gwg-web-butter-bar
https://one.google.com/ai-student?utm_source=gemini&utm_medium=web&utm_campaign=students_xpa_gwg-web-butter-bar
### Eruda - A JavaScript Tool for Web Developers
This isn't a browser, but a powerful tool that adds a developer console to any browser on your mobile device. It works using a simple Bookmarklet.
How to Set It Up:
1. Open any browser on your mobile (like Chrome, Safari, etc.).
2. Create a new bookmark.
* Name:
* URL/Address: Paste the code below exactly as it is:
3. Save the bookmark.
How to Use It:
1. Navigate to any web page you want to inspect.
2. Open your bookmarks and click on the
3. A gear icon (⚙️) will appear on the bottom right corner of the page.
4. Tap the icon to open a full, mobile-friendly dev console, giving you access to the Console, Elements, Network, Resources, and more.
This isn't a browser, but a powerful tool that adds a developer console to any browser on your mobile device. It works using a simple Bookmarklet.
How to Set It Up:
1. Open any browser on your mobile (like Chrome, Safari, etc.).
2. Create a new bookmark.
* Name:
Dev Console* URL/Address: Paste the code below exactly as it is:
javascript:(function () { var script = document.createElement('script'); script.src="//cdn.jsdelivr.net/npm/eruda"; document.body.appendChild(script); script.onload = function () { eruda.init() } })();
3. Save the bookmark.
How to Use It:
1. Navigate to any web page you want to inspect.
2. Open your bookmarks and click on the
Dev Console bookmark you just saved.3. A gear icon (⚙️) will appear on the bottom right corner of the page.
4. Tap the icon to open a full, mobile-friendly dev console, giving you access to the Console, Elements, Network, Resources, and more.
❤1