Last active
June 28, 2025 05:44
-
-
Save 43trh/ffd8c58da8d34d1e566f7dac03dc82f6 to your computer and use it in GitHub Desktop.
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 dev-console | |
// @namespace http://tampermonkey.net/kayCODE | |
// @version 0.32 | |
// @description dev-console (eruda.js) for mobile browsers using JS injection (tampermonkey and etc.) | |
// @author new version-line by kayCode, base code by kairusds | |
// @match *://*/* | |
// @require https://cdn.jsdelivr.net/npm/[email protected]/eruda.min.js | |
// @icon https://www.google.com/s2/favicons?domain=eruda.liriliri.io | |
// @downloadURL https://gist.githubusercontent.com/43trh/ffd8c58da8d34d1e566f7dac03dc82f6/raw/0628d09b593618889885601182914b9a20a78a80/eruda.userscript.js | |
// @supportURL https://gist.github.com/43trh/ffd8c58da8d34d1e566f7dac03dc82f6 | |
// @homepageURL https://gist.github.com/43trh/ffd8c58da8d34d1e566f7dac03dc82f6 | |
// @run-at document-body | |
// @grant none | |
// ==/UserScript== | |
(function(){ | |
'use strict'; | |
eruda.init(); | |
})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment