Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I'm hesitant to suggest doing anything that would ultimately cause issues for the website. 

I have noticed that many horror projects include key phrases like "horror" and "scary" in the title or tag line. Would you be able to hide projects with such key words or phrases using CSS Magic Script?

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.

INB4 this becomes machine learning classification, which sounds interesting in itself.