Skip to content

Instantly share code, notes, and snippets.

@kyktommy
Last active May 1, 2020 14:42
Show Gist options
  • Save kyktommy/65f5840355430397be791e168b51791d to your computer and use it in GitHub Desktop.
Save kyktommy/65f5840355430397be791e168b51791d to your computer and use it in GitHub Desktop.
eruda script
/**
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