/clockstopper

Chrome Extension for quickly pausing JavaScript execution on the page

Primary LanguageJavaScriptMIT LicenseMIT

Clockstopper

Tired of doing this trick 👇 to inspect event-triggered styles.

setTimeout(() => { debugger }, 2000);

How to Use

With Devtools open (in Chrome of course) press ALT + D or F5 to pause JavaScript execution on the page. Then inspect away to your heart's content ❤️.