• Please take a moment to look over the Suggestions & Feedback rules before making a post: READ RULES HERE

Suggestion: Social Networking -> Instagram

Please... FOR THE LOVE OF GOD!!! ... would someone please address this? Yay or Nay?

The IG section has become unbearable because of all of the engagement group posts.

PLEASE!!!! .... SOMEONE

upload_2016-10-1_20-29-59.png
 
Agreed here too. So hard to find all the gold nuggets that section now!
 
I agree with this as well. The section is filled with so many engagement groups which makes the valuable content or other Instagram-related discussions go unnoticed. There should be a rule that forbids these kind of threads or simply another sub-forum for them.
 
I came here to make a thread about this, seems I'm not alone... I might make a tampermonkey script to filter out these threads

EDIT: Just a little quick and dirty script I made, removes any thread with the word "group" in it.
Just add this as a bookmark and click it to toggle the visibility of those threads
HTML:
javascript:$('a:contains("GROUP")').parents(".discussionListItem").toggle();$('a:contains("group")').parents(".discussionListItem").toggle();$('a:contains("Group")').parents(".discussionListItem").toggle();
 
Last edited:
Back
Top