Coding in JS, sometimes I goof up & creates an infinite loop. Other times, I hit a debugger
inside a loop & I can't refresh quickly because the code has to finish running before the refresh occurs. Whatever the case, it is often times faster to crash the tab & then refresh.
- navigating to
chrome://crash
orchrome://kill
doesn't work if a long-running process is executing, although it does work if I'm stuck atdebugger
- clicking Window > Task Manager > Select tab > End Process & then refreshing takes too long.
- The extensions I've found no longer work (https://github.com/funroll/jollyroger,http://www.bitfalls.com/2013/09/build-chrome-extension-killing-chrome.html)
How can I achieve a keyboard shortcut to crash & refresh the current tab? native, 3rd party extensions, apps for OSX are fair game. Chrome version 44.