Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 720 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 720 Bytes

DevTrigger

Easily trigger functions from Chrome DevTools.

Use at own risk. Might not be super secure.

How to use

  1. Install extention, see step 1, 2, 3 from: https://developer.chrome.com/extensions/getstarted#manifest
  2. Add your things to window.dt, for example: window.dt.someFunction = () => 'Hello world!'
  3. Open chrome devtools and go to DevTrigger tab where you will see your function(s), click on it to run it!
  4. #win #greatsuccess

Useful things (for chrome extension development)