Last active
May 1, 2020 14:42
-
-
Save kyktommy/65f5840355430397be791e168b51791d to your computer and use it in GitHub Desktop.
eruda script
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
/** | |
1. bookmark any page in mobile | |
2. edit bookmark into below js as "eruda" | |
3. go to desired debug page | |
4. url bar tap "erude" and click the bookmarked link | |
*/ | |
javascript:(function () { var script = document.createElement('script'); script.src="//cdn.jsdelivr.net/npm/eruda"; document.body.appendChild(script); script.onload = function () { eruda.init() } })(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment