1
0
This repository has been archived on 2025-03-31. You can view files and clone it, but cannot push or open issues or pull requests.
2013-06-25 11:58:19 +02:00
2013-06-26 01:38:17 +02:00
2013-06-25 15:40:35 +02:00
2012-11-23 12:16:17 +01:00
2012-11-23 12:16:17 +01:00
2012-11-23 13:24:16 +01:00
2013-06-26 00:48:29 +02:00

G+ Blacklist

This is a Chrome extension which lets you define a blacklist of keywords. Any posts in your Google+ stream that match to any of these keywords are filtered from the stream.

This is a CoffeeScript port by Markus Birth. The original version of Ryad El-Dajani is here.

Compilation

To compile this extension, make sure you have installed the CoffeeScript compiler.

Then just run:

make

It will compile everything and the final extension ends up in the build/ directory.

Installation

To install the extension into your Chrome or Chromium browser, go to MenuToolsExtensions, enable Developer Mode and load the build/ directory using the Load unpacked extension… button.

Distribution

If you want to create a Chrome Extension .crx package, just run:

make crx

It will generate an RSA key if needed and compile everything into a gplusblacklist.crx. That file can then be distributed.

Description
Chrome extension to filter posts which match any word on your blacklist from your Google+ stream
Readme 108 KiB
Languages
CoffeeScript 68.2%
Makefile 13.4%
CSS 10.1%
HTML 8.3%