Small Google Chrome extension that adds an upvoted
filter to a Stack Overflow question if you upvoted at least one answer for that question. Selecting the filter reorders the answers to show the ones you upvoted first.
You can read the motivations behind this extension on Stack Overflow Meta.
Screenshot:
-
Clone the project
-
Install the dependencies:
npm install
-
Build the extension:
npm run build
-
Go to chrome://extensions
-
Click "Load unpacked" and select the
dist
directory
- The extension doesn't handle multiple pages of answers since it analyzes only the current page. The workaround is to visit every page.