Stuff That Should Be Improved

For the moment, until we find a way to implement user’s custom CSS, there is a workaround for it, but it will work only in an adjusted web browser.

  1. Install Stylish for Chrome or Firefox.

  2. Click on the icon of the newly installed addon and put this CSS into the code section:

          article[data-user-id="XY"] {
              display: none;
          }
     

    where the the “XY” is an id of a user you want to block*.

  3. Put some name for this style (for example dsf.ninja) and apply it to the domain (community.dsf.ninja). Save it at the end and that’s it: all posts from the blocked author will be hidden (refresh the page if you sill see the posts).

(*) To find out author’s id right click on his post and “Inspect element” there should be tag “article” somewhere around which has an attribute “data-user-id” in itself. Value of the attribute is the user id. For example, nowaysj’s id is 71, your’s 39 and so on…

3 Likes