Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

If it is in the result page of browse it is as trivial as I posted. Use a custom css and you can filter it out. This is all client side. It just tells the browser to not show it.

If you use Chrome, just right click an element and select inspect. Then a new window will appear, showing the source code of the web page. The inspected element is highlighted. Click the highlighted part and right click again. Select hide element. Look at the website again.

This is, what display none does in the code snippet.

The filter I used is a wildcard matching that will fit the link to the url that will be in the game cell. That is the grid element that displays the game thumbnail and title. Matching the url was easiest, but it should be possible to filter other parts of the game cell as well, and hide it.

I can recommend the browser addon Stylus for that.