Minimal theme for Youtube
Rafi

Rafi @rafi993

About: I'm a developer who works mostly with Javascript.

Joined:
Feb 19, 2018

Minimal theme for Youtube

Publish Date: Aug 31 '22
5 5

I was bored today, so I build this simple Chrome extension that adds minimal theme to youtube to make it boring and less distracting.

The extension uses manifest v3 and works by hiding some elements in the page by injecting custom css

Youtube listing view
Hiding comments

Grey youtube

here is the link to the Chrome extension and the link to the repo

Comments 5 total

  • Vincent A. Cicirello
    Vincent A. CicirelloSep 5, 2022

    Any idea whether or not it is compatible if used along with the Adguard Adblocker extension?

    • Rafi
      RafiSep 6, 2022

      I do use this with Ublock origin. It should work with other add blockers too.

      • Vincent A. Cicirello
        Vincent A. CicirelloSep 6, 2022

        Thanks. I might try it out. I was wondering how well multiple extensions that locally alter source of a page can work together.

        • Rafi
          RafiSep 6, 2022

          It really depends on how they are modifying the page and how specific the selectors are. Since this extension uses id selector it is fine. But if you use nth-selector then there might be breakages.

Add comment