Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 374 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 374 Bytes

momo-debug

utils to help me debug JavaScript

Bookmarklet

You can add this code to any page using the following bookmarklet:

javascript:!function(){var t=document.createElement("script");t.src=("http"===location.protocol?"http:":"https:")+"//raw.githack.com/liximomo/momo-debug/master/dist/momo-debug.js",document.head.appendChild(t)}();