Skip to content

Instantly share code, notes, and snippets.

@tentonaxe
tentonaxe / gist:9a7ec49b8fd51821bd386e84ccea326a
Last active May 28, 2021 19:27
Stack Sidebar Question Stats
// ==UserScript==
// @name Stack Sidebar Question Stats
// @description Puts question stats in the sidebar, rather than at the top of the page
// @author CertainPerformance
// @namespace https://github.com/CertainPerformance/Stack-Exchange-Userscripts
// @version 1.32.2
// @include /^https://(?:[^/]+\.)?(?:(?:stackoverflow|serverfault|superuser|stackexchange|askubuntu|stackapps)\.com|mathoverflow\.net)/questions/\d+/
// @run-at document-start
// @grant none
// ==/UserScript==
@tentonaxe
tentonaxe / nav.css
Created September 23, 2017 00:41
Cleaner SO
/* add these to adblock
-- this hides the feature notice. Will have to modify it when i get correct value for the popup
stackoverflow.com##A.-feature-notice
-- this hides questions, jobs, and review queues
stackoverflow.com##.top-bar .navigation .-item:nth-child(1),.top-bar .navigation .-item:nth-child(2),.top-bar .secondary-nav .-item:nth-child(3)
*/
/*make the logo large again*/
.top-bar .-logo .-img._glyph {
width: 150px;