Get In Touch Skills
tanish41813@gmail.com
Recent https://github.com/AlokYadavCodes/track-my-course 2 min read

Merged PR #42: Feature Implementation.

Contributed a Focus Mode feature to the Track My Course extension, reducing YouTube distractions through DOM manipulation and persistent user settings.

First Open Source Contribution #

Overview #

I made my first significant contribution to the open-source ecosystem by implementing a Focus Mode feature for the Track My Course browser extension. The goal of this feature is to enhance student productivity by minimizing distractions while watching educational content on YouTube.

What I Built #

  1. Recommendation Blocking

    Developed logic to remove distracting elements from YouTube, including:

    • Sidebar recommendations
    • Comments section

    This helps users avoid unnecessary distractions and stay focused on learning content.

  2. Dynamic UI Toggling

    Implemented a clean and user-friendly toggle system within the extension popup:

    • Enables or disables Focus Mode instantly
    • Provides seamless interaction without reloading the extension
  3. Persistent State Management

    Used Chrome Storage APIs to maintain user preferences:

    • Saves Focus Mode state across sessions
    • Automatically applies settings on page reload

Technical Highlights #

  • DOM manipulation for real-time UI modification
  • Chrome Extension APIs (Storage, Popup interaction)
  • Clean and maintainable code structure
  • Feature integration without breaking existing functionality

Connection with FluxTube #

This contribution was strongly influenced by my prior project, FluxTube.

While building FluxTube, I gained hands-on experience with:

  • Advanced DOM manipulation
  • Browser-level UI customization
  • Enhancing user experience on YouTube

I applied these learnings to deliver a production-ready feature for the Track My Course extension.

Results and Impact #

  • Successfully merged 14 commits into the main branch after code review
  • Addressed a real user problem related to distraction during learning
  • Contributed to a live open-source project used by students
  • Improved collaboration skills using Git and GitHub workflows

Learning Outcomes #

Through this contribution, I gained experience in:

  • Open-source collaboration
  • Writing production-level code
  • Code reviews and feedback cycles
  • Version control using Git