How to block Hot Network Questions in the sidebar of Stack Exchange network?

10,993

Solution 1

That's one of 50 or 60 enhancements to the SE user interface in the Stack Apps add-on SOX. You can load it from that link. You will also need a userscript manager installed for it to work -- Greasemonkey (for Firefox), Tampermonkey (for Chrome), or NinjaKit (for Safari).

To block Hot Network Questions, select the "Hide the Hot Network Questions module" option in the Appearance section of the features menu. The features menu will be accessible from a button added to the topbar:

newdialog

BTW, another feature allows you to filter what is shown in the HNQ list by site and other attributes. The full list of features can be found here. Many of the enhancements are indispensible.

I would recommend installing the Development Version rather than the Official Version. The Development Version includes new enhancements but more important, it includes the latest bug fixes (and rarely introduces new bugs). SOX is used on a wide variety of platforms, browsers, and configurations, so that's an easy way to avoid a potential problem someone else discovered and has already been fixed.

Solution 2

I wrote a Chrome extension to hide/filter the Hot Network Questions list last year. As well as hiding it allows you to filter the links with a site or keyword whitelist or blacklist, because I found that though certain sites were usually distracting, others were often useful.

You can install it from the Chrome Web Store or check out the code on GitHub. (Originally shared on MSE).

Solution 3

Using uBlock Origin on Windows 7 with FireFox 50.1.0 I was able to achieve your desired result with this:

enter image description here

FWIW: I prefer uBlock Origin 10-fold over ABP.

ABP is a sell-out but they do allow you to disable their acceptable ads.

uBlock feels faster and it is WAY easier to just temporarily unblock a site and re-block it.

Solution 4

I'm using Chrome on Windows and it worked like a charm.

Maybe try targeting the same elements as mine.

removing element

element removed

Solution 5

Here's a different approach. Rather than block Hot Network Questions from appearing, I block the ability to get to the destinations of the links.

I found I was wasting a lot of time following up the interesting Hot Network Questions so I installed LeechbBock and set it to only allow *.stackexchange.com for so many minutes each hour. That way I can read the interesting ones but not spend too long doing it.

Leechblock is really handy for gently nudging you not to spend too much time on sites you choose to block.

(Ironically I answered this question because I saw it on Hot Network Questions.)

Share:
10,993

Related videos on Youtube

Aquarius_Girl
Author by

Aquarius_Girl

Arts and Crafts.stackexchange.com is in public beta now. Join us!

Updated on September 18, 2022

Comments

  • Aquarius_Girl
    Aquarius_Girl almost 2 years

    Operating system is Ubuntu 14. Firefox is 50.1.0

    This is what I have tried:

    enter image description here

    I restarted firefox after that. There was no effect.

    What is the way to block those hot questions on the sidebar?

    • Daniel B
      Daniel B over 7 years
      The filter looks okay. It also takes effect immediately, no need to restart Firefox. Are you sure ABP is enabled on Stack Overflow?
    • Lilienthal
      Lilienthal over 7 years
      Both blocking the sidebar and filtering individual sites have been discussed and solved on meta before.
    • bug-a-lot
      bug-a-lot over 7 years
      Just out of curiosity, why block that specific sidebar?
    • RemcoGerlich
      RemcoGerlich over 7 years
      @bug-a-lot: it's a timesink worse than TV Tropes for many people.
  • fixer1234
    fixer1234 over 7 years
  • Amani Kilumanga
    Amani Kilumanga over 7 years
    re: "ABP is a sell-out": it can be opted out of in settings.
  • tvt173
    tvt173 over 7 years
    If you set it to block *.stackexchange.com then although you can see the HNQ you can't get to any of them as they are (mostly) residing on *.stackexchange.com.
  • Menasheh
    Menasheh over 7 years
    @AmaniKilumanga The fact that it is the default means their goals no longer align with most of their users' goals = they lose to uBlock
  • Amani Kilumanga
    Amani Kilumanga over 7 years
    @Menasheh I agree that it is a poor choice, and I'm sure a lot of users just don't realize it's happening, but I think it's worth mentioning (something the linked article seems to miss completely).
  • MonkeyZeus
    MonkeyZeus over 7 years
    @AmaniKilumanga I will gladly amend my answer. Please provide the official ABP URL which tells you how to opt out of their new "feature".
  • Amani Kilumanga
    Amani Kilumanga over 7 years
  • Amani Kilumanga
    Amani Kilumanga over 7 years
    (btw) I checked the ABP settings on some of my devices and just realized that settings don't sync. I think I might have to convert to uBlock now.