Skip to content

Latest commit

 

History

History
109 lines (85 loc) · 2.99 KB

File metadata and controls

109 lines (85 loc) · 2.99 KB
name Platform Support Request
about Request support for a new social media platform
title [PLATFORM] Add support for
labels platform-request
assignees

Platform Information

Platform Name: [e.g., Mastodon, Discord, etc.] Website URL: [e.g., https://instagram.com] Platform Type: [Social Media / Professional Network / Video Platform / Other]

Platform Popularity

User Base: [Approximate number of users if known]

Sections to Hide

What sections/features on this platform are distracting and should be hideable?

Stories/Temporary Content

  • Stories
  • Status updates
  • Live content
  • Other:

Recommendations

  • Suggested posts
  • Recommended accounts/people
  • Trending topics
  • Algorithm-driven content
  • Other:

Advertisements

  • Sponsored posts
  • Banner ads
  • Video ads
  • Promoted content
  • Other:

Social Features

  • Comments sections
  • Like/reaction counts
  • Follower counts
  • Social proof indicators
  • Other:

Navigation/UI Elements

  • Sidebars
  • Navigation panels
  • Notification badges
  • Chat/messaging
  • Other:

Redirect Opportunities

Are there any pages that could be redirected to more focused alternatives?

Current → Preferred redirects:

  • /page1/focused-page1
  • /page2/focused-page2

Technical Information

Authentication Required: [Yes/No - Does the platform require login to view content?]

Single Page Application: [Yes/No - Does the platform use dynamic content loading?]

XPath Selectors (If Known)

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"]

Screenshots

Please provide screenshots showing the sections you'd like to hide:

  • View
  • Different page types (feed, profile, etc.)

Community Impact

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?

Implementation Willingness

  • 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

Platform Access

  • I have an account on this platform
  • I use this platform regularly
  • I can provide test scenarios
  • I understand the platform's features well

Additional Context

Any other information about this platform that would be helpful for implementation:

Checklist

  • 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