Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brasofilo/filterso
https://github.com/brasofilo/filterso
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/brasofilo/filterso
- Owner: brasofilo
- Created: 2014-09-21T11:20:06.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-26T18:13:45.000Z (about 10 years ago)
- Last Synced: 2023-03-23T21:39:53.039Z (over 1 year ago)
- Language: JavaScript
- Size: 276 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
##Filter Stack Exchange questions by votes, views and reputation
### (Chrome only)![script logo][logo] v1.2 **Find good questions to answer.**
The script will filter all Stack Exchange sites questions pages,
hiding them by score, views, user reputation and accepted answers.
Uses jQuery to hide question items live on the page and only runs on pages where questions are being listed.Depending on the page and the configuration, very few questions will show up, and chances are good that they are interesting. If somebody already gave a negative vote, why look at it? If it's a new user, sorry to say, but very few *write* a good question or display research skills. Anyway, this is a tool focused on Power Answerers, who already saw too much.
[![][ss]][ss]♦ The diamond icon was on the very [stack sprite][sosp].
So took the liberty to use it and make our very own moderator menu :)---
##Usage
Adjust the votes, views and reputation thresholds, select if questions with accepted answers should be hidden, enable the filter and save. To disable, just uncheck the *Enable filter* option and save.
![ss2][ss2]The ranges can be modified using the button (?):
![ss3][ss3]---
##Installing- For now, *the script is only compatible with Chrome*.
- A **browser extension for managing user scripts is required**, like [Tampermonkey][TM] or other similar extensions.
- After installing the extension, clicking the ["download / install"][DL] button below should bring up a dialog asking if you want to install the script.> ### [Install with Tampermonkey][DL]
> [View source][source]---
##Code
Unfortunately, I couldn't manage to make the sliders work on Firefox. I'm by no means an expert on userscripts, all contributions and forks are welcome.- Version 1.2 - Code revision. Better handling of the Unanswered page. New indicator counting hidden/total.
- Version 1.1 - Now, questions are hidden/shown in response to the slider values.
- Version 1.0.1 - Bug fix, page detection must be earlier.
- Version 1.0 - Added views. UI upgrade. Custom ranges settings. Localstorage is now used instead of cookies.
- Version 0.4 - Detect if user is mod and use different icon. Expanded range of selection (votes -6/6 and rep 0/250).
- Version 0.3 - Changed script name, it's not exclusive for Stack Overflow anymore. Added /unanswered tab. More information about the filtering status on the button's tooltip.
- Version 0.2 - Support for all sites added.
- Version 0.1 - Script launch.---
[logo]: http://i.stack.imgur.com/L4CwZ.png
[ss]: http://i.stack.imgur.com/db9Ph.png
[ss2]: http://i.stack.imgur.com/yTI5t.png
[ss3]: http://i.stack.imgur.com/Gg45w.png
[sosp]: http://cdn.sstatic.net/img/share-sprite-new.png?v=204b1e0e421b
[DL]: https://raw.githubusercontent.com/brasofilo/FilterSO/master/FilterSO.user.js "Download / install FilterSO from Gist"
[source]: https://github.com/brasofilo/FilterSO/blob/master/FilterSO.user.js "View FilterSO source code"
[TM]: https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo "Chrome Web Store: Tampermonkey"