chrome extension to run scripts every time you visit a domain
- Simply put
.js
files in~/.baelor
- Every time you visit a page, the baelor extension will run all .js files that match that sites domain
- Scripts are evaluated in the context of the webpage, giving them full access to the DOM
Example:
If you visit mail.google.com
, baelor will attempt to run (in that order):
~/.baelor/default.js
~/.baelor/google.com.js
~/.baelor/mail.google.com.js
npm install -g baelor
- Install the chrome extension
NOTE
Installing the module will automatically set up alaunchd
agent in~/Library/LaunchAgents
Runningnpm uninstall -g baelor
removes thelaunchd
agent
MIT @ Lukas Kollmer