Last active
October 16, 2024 01:41
-
-
Save kairusds/d98aaf7af7cfeed5ae4d91493c0c89b0 to your computer and use it in GitHub Desktop.
eruda userscript for use with tampermonkey on mobile browsers / via web browser
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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(); | |
})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you very much. I'm just starting out, trying to learn how to code on Android.