vote up 1 vote down star
2

Very busy, yet still want to participate in the Stack Overflow community?

Sometimes, I'd like to only see questions that contain one of my "interesting tags". SO does not appear to have that feature (at this point).

My answer:

I placed the following in a bookmark on my browser:

javascript:$("div.question-summary").not('div.tagged-interesting').hide() && $('a.question-hyperlink').attr('target', '_blank');

It will hide all questions that are not highlighted, and cause the links on the remaining questions to open in a new browser window.

works wonderfully! thanks for making this! – Kyle Cronin Jun 28 at 3:58
2  
If only jQuery could be used in all bookmarklets. – MiffTheFox Jun 28 at 4:05
Or you could write a Greasemonkey script that greys out all other questions. – musicfreak Jun 28 at 4:13

migrated to meta.stackoverflow.com by Bill the Lizard Aug 12 at 17:28

Browse other questions tagged or ask your own question.