X Tutup
Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
0

Solution to the annoying "Scam Links"

A topic by Coolom Games created 65 days ago Views: 363
Viewing posts 1 to 1

Hi everybody! If your game is a bit big, you might get bombarded with spam links every 4 seconds. It's annoying and honest to god, no clue why Itch.io is doing this.

If this is annoying to you, just put this in your CSS Style:

.community_post:has(.post_body a) {

    display: none !important;

}

X Tutup