Silencer is an extension for Google Chrome that allows you to mute terms, phrases, hashtags or people on Twitter and Facebook.
It is currently in its early stages and is always rapidly evolving.
git clone git@github.com:zackshapiro/silencer.git
chrome://extensions
, make sure Developer Mode is checkedLoad unpacked extension
and navigate to the cloned repo, wherever you stored itchrome://extensions
open and refresh to get the latest code.coffee
files into .js
files, in your terminal navigate to /Silencer/src
and type coffee -cw .
This will auto compile CofeeScript files into JavaScript files when you save. It will also show you any indent errors or reasons the CoffeeScript file couldn't be saved