Skip to content

nvgrw/pace4chrome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pace4Chrome

Pace4Chrome is a small Chrome Extension which injects pace.js and a stylesheet into all websites visited. It can be fully customised on the options page which allows one to change the color and preset in "easy" mode and edit the CSS in "advanced" mode.

New in version 2.0 is also a blacklisting feature. The blacklist simply consists of a list of regular expressions, separated by linefeeds, ordered from most specific to least specific. Each visited website's URL is tested against these regular expressions. Example: ^https?:\/\/news\.ycombinator\.com.*$. This blacklists news.ycombinator.com.

Pace4Chrome is available on the Chrome Web Store.

Libraries used

  • pace.js - for the loading indicator
  • color - to compile the presets with the chosen color
  • jscolor - a color selector for the options page
  • purecss - buttons and grid for the options page

License

See LICENSE file. It's MIT licensed, have fun! If you've made any changes that you feel might benefit the original, send me a pull request.

Repo Info

This repo uses git flow. The develop branch is for an in-progress release, the master branch is for published releases. The tags are kind of a mess, but the plan is to have just the version number for future releases. I don't intend to work P4C much, though.

About

Chrome Extension adding pace.js to all pages visited

Resources

License

Stars

Watchers

Forks

Packages

No packages published