soscripted / sox

Stack Overflow Extras: a userscript for the Stack Exchange websites to add a bunch of optional toggle-able features
http://stackapps.com/q/6091/
MIT License
72 stars 15 forks source link

Adding Answers on top bar #486

Closed SmartManoj closed 3 years ago

SmartManoj commented 3 years ago

image Source Use case If questions are too big when going through similar questions, it would be handy to check whether it is answered or not.

Suggested descriptions Answers at the top bar.

_=$('#answers-header h2 span')[0].firstChild.textContent
$('.grid.fw-wrap')[0].insertAdjacentHTML('beforeEnd',` <div class="grid--cell ws-nowrap mr16 mb8">  <span> Answers</span> ${_}</div>`)
shu8 commented 3 years ago

@SmartManoj Thanks for the feature request, this sounds like a useful feature!

Until it's done -- would using the Stack Exchange keyboard shortcut J (to skip to next post) work for you here?

If you press jj on your keyboard when you navigate to a post, it will jump to the first answer if it exists!

shu8 commented 3 years ago

This is now implemented in v2.7.6 dev, under Appearance :)

image