Skip to content

Instantly share code, notes, and snippets.

View Michael-1's full-sized avatar

Michael Schmid Michael-1

View GitHub Profile
@Michael-1
Michael-1 / stackexchange-sort-ignoring-accepted.user.js
Last active April 21, 2018 05:53
On Stack Exchange, the accepted answer is only at the top if there is no other answer with more votes
// ==UserScript==
// Author Michael Schmid <michael.schmid@live.com>
// Forked from http://userscripts.org/scripts/show/57812
// @name Stack Exchange: sort answers by votes
// @namespace michael
// @description Accepted answer is only at the top if there is no other answer with more votes
// @include http://stackoverflow.com/questions/*
// @include http://serverfault.com/questions/*
// @include http://superuser.com/questions/*
// @include http://stackapps.com/questions/*