Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/akashnimare/quorablocker
- Owner: akashnimare
- Created: 2014-10-31T19:32:27.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-31T21:21:45.000Z (about 10 years ago)
- Last Synced: 2023-03-29T00:03:33.324Z (over 1 year ago)
- Language: JavaScript
- Size: 203 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.