Skip to content

Instantly share code, notes, and snippets.

@kairusds
Last active October 16, 2024 01:41
Show Gist options
  • Save kairusds/d98aaf7af7cfeed5ae4d91493c0c89b0 to your computer and use it in GitHub Desktop.
Save kairusds/d98aaf7af7cfeed5ae4d91493c0c89b0 to your computer and use it in GitHub Desktop.
eruda userscript for use with tampermonkey on mobile browsers / via web browser
// ==UserScript==
// @name eruda
// @namespace http://tampermonkey.net/
// @version 0.3
// @description Console for mobile browsers
// @author kairusds
// @include http://*
// @include https://*
// @require https://cdnjs.cloudflare.com/ajax/libs/eruda/3.2.2/eruda.min.js
// @icon https://www.google.com/s2/favicons?domain=greasyfork.org
// @downloadURL https://gist.githubusercontent.com/kairusds/d98aaf7af7cfeed5ae4d91493c0c89b0/raw/eruda.js
// @supportURL https://gist.github.com/kairusds/d98aaf7af7cfeed5ae4d91493c0c89b0
// @homepageURL https://gist.github.com/kairusds/d98aaf7af7cfeed5ae4d91493c0c89b0
// @run-at document-body
// @grant none
// ==/UserScript==
(() => {
eruda.init();
})();
@erikguettler
Copy link

Thank you very much. I'm just starting out, trying to learn how to code on Android.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment