| name | Platform Support Request |
|---|---|
| about | Request support for a new social media platform |
| title | [PLATFORM] Add support for |
| labels | platform-request |
| assignees |
Platform Name: [e.g., Mastodon, Discord, etc.] Website URL: [e.g., https://instagram.com] Platform Type: [Social Media / Professional Network / Video Platform / Other]
User Base: [Approximate number of users if known]
What sections/features on this platform are distracting and should be hideable?
- Stories
- Status updates
- Live content
- Other:
- Suggested posts
- Recommended accounts/people
- Trending topics
- Algorithm-driven content
- Other:
- Sponsored posts
- Banner ads
- Video ads
- Promoted content
- Other:
- Comments sections
- Like/reaction counts
- Follower counts
- Social proof indicators
- Other:
- Sidebars
- Navigation panels
- Notification badges
- Chat/messaging
- Other:
Are there any pages that could be redirected to more focused alternatives?
Current → Preferred redirects:
/page1→/focused-page1/page2→/focused-page2
Authentication Required: [Yes/No - Does the platform require login to view content?]
Single Page Application: [Yes/No - Does the platform use dynamic content loading?]
If you're familiar with web development, please provide XPath selectors for elements to hide:
// Example selectors (if known)
//div[@class="stories-section"]
//aside[@class="recommendations"]
Please provide screenshots showing the sections you'd like to hide:
- View
- Different page types (feed, profile, etc.)
Personal Use: How would this improve your experience?
Community Size: How many people do you think would benefit from this?
Alternative Solutions: Are there existing browser extensions or solutions for this platform?
- I can help identify XPath selectors
- I can test the implementation
- I can provide feedback during development
- I have web development experience and can contribute code
- I can help with documentation
- I have an account on this platform
- I use this platform regularly
- I can provide test scenarios
- I understand the platform's features well
Any other information about this platform that would be helpful for implementation:
- I have searched existing issues to make sure this platform hasn't been requested
- I have provided comprehensive information about the platform
- I have identified specific sections that need hiding
- I have considered the technical complexity of implementation