A Chrome extension to easily enter the Broadway Lottery
- Pull Repo (or download Zip)
- In Chrome, enter
chrome://extensions/
and turn onDeveloper mode
- Select
Load Unpacked
and navigate to the directory of the repo.
- In the extensions page, click on
Inspect views background page
- To
console.log()
, you have to callchrome.extension.getBackgroundPage().console.log()