Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.
/ baelor Public archive

chrome extension to run scripts every time you visit a domain

License

Notifications You must be signed in to change notification settings

lukaskollmer/baelor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

chrome extension to run scripts every time you visit a domain

Resources

License

Stars

Watchers

Forks

Packages

No packages published