Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit) (+4)

For now what I've done is just use custom CSS to hide any links in comments while still showing the text & indicating to the reader that a link has been removed, but this is not ideal.

CSS used:

.game_comments_widget .post_body p a {display:none;}

.game_comments_widget .post_body p:has(a)::before {content: '[link removed from comment] '}

Thanks for the CSS. I’ll try it out in my projects, and I agree, it’s not ideal. That link-blocking option should be something the creator can toggle on or off. My games get comments with malicious links every day and I have to delete them manually.

(+1)

Hi I forgot to update the CSS here to make it more specific - if you would like to try this code please try using the updated version in the edited post above! 🙏

I sent a request weeks ago to itch.io and they never got back to me on access to CSS, so I'm not sure if there's a solution out of that, and it doesn't seem like itch.io themselves prioritizes this.

I just disabled Comments for all my pages. It's terrible but it's not our fault that this is happening...