Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/akashnimare/quorablocker

Block the Quora's feed items containing certain words
https://github.com/akashnimare/quorablocker

Last synced: about 1 month ago
JSON representation

Block the Quora's feed items containing certain words

Awesome Lists containing this project

README

        

Quorablocker
============
####Wtf?
Block the Quora's feed items containing certain words.

####How can you add your words?
Go to hide.js
.content_item:contains('Sex') - It will hide every questions/answers/blogs etc which contains Sex
.content_item:contains('Name of Quora user') - It will hide everything which contains the name of the Quora user

####How can you add this extension?
You can add this extension to Chrome by following steps
1) Download code.
2) Go to Chrome -> Customize -> Tools -> Extensions.
3) Check on developer mode.
4) Load unpacked extension.
5) Select Quorablocker folder.