You are viewing a single comment's thread.

view the rest of the comments →

0
1

[–] jakeinator21 0 points 1 point (+1|-0) ago 

Not sure if we get notifications when comments get edited so I'm replying to the post again with the same solution.

In Chrome, right click on the Subscribe button and click inspect element. It will bring up the css for the subscribe button in the developer tools and show it in the element list highlighted. The next element down is the block button, it should be listed as

<button type="button" class="btn-whoaverse-paging btn-xs btn-default" onclick="return toggleBlockSubverse(this, 'NFL')">block</button>

Select the element and look at the styles tab in its css. You should see near the very top of the list an option that says

display: none;

Check the box next to that option to deselect it and the block button will then be visible on the page. Now you can click it to block /v/nfl.