SO Interesting Filter


/ Published in: JavaScript
Save to your folder(s)

Useful as a bookmark. Use to filter JSON results of SO query.


Copy this code and paste it in your HTML
  1. javascript:void($(".question-summary + :not(.tagged-interesting)").hide())

Report this snippet


Comments


You need to login to view comments.