0.0.5 • Published 7 years ago

baelor v0.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

baelor

chrome extension to run scripts every time you visit a domain

Usage

  • 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): 1. ~/.baelor/default.js 2. ~/.baelor/google.com.js 3. ~/.baelor/mail.google.com.js

Install

NOTE
Installing the module will automatically set up a launchd agent in ~/Library/LaunchAgents
Running npm uninstall -g baelor removes the launchd agent

License

MIT @ Lukas Kollmer

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago