Skip to content

1337Core/my-internet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

my-internet

My custom CSS for websites I visit the most. Click on the preview to view the file or visit the repo.

Browse the repository (More website themes available)

Visit my website

How to get transparency in Zen

Contributing styles

  • Make sure the file is named in the correct format [website domain].css (google.com.css and docs.google.com.css are 2 styles which are not merged)

  • Every property should include !important to make sure it gets applied.

  • Do NOT leave commented out code.

  • Add propper comments for each section of a feature at the beginning with a clear but compact description.

  • Each comment of the same file should have a unique domain specific identified prefix (yt- ytm- gh- ...) which will help the browser to separately apply themes.

      /* yt-transparency */
      :root{
        --colorBgApp: transparent !important;
      }
    
      /*  yt-no footer */
      footer.app-footer {
        display: none !important;
      }
    
  • Once comitted to the repository, github actions will parse the css file and update/ generate the styles.js and then will be deployed to the github pages allowing the add-on to fetch from it.

  • Thank you <3


userChrome.css - my Zen browser styling

CleanShot 2025-02-11 at 11  04 22@2x Large

youtube.com

CleanShot 2025-02-08 at 5  55 02@2x Large

aistudio.google.com

CleanShot 2025-02-08 at 5  19 00@2x Large

chat.openai.com

CleanShot 2025-02-08 at 5  19 24@2x Large

discord.com

CleanShot 2025-02-08 at 5  20 15@2x Large

facebook.com

CleanShot 2025-02-08 at 5  21 38@2x Large

gemini.com

CleanShot 2025-02-08 at 5  27 10@2x Large

github.com

CleanShot 2025-02-08 at 5  27 29@2x Large

google.com

CleanShot 2025-02-08 at 5  27 50@2x Large

instagram.com

CleanShot 2025-02-08 at 5  38 45@2x Large

monkeytype.com

CleanShot 2025-02-08 at 5  45 58@2x Large

music.youtube.com

CleanShot 2025-02-08 at 5  46 47@2x Large

notion.so

CleanShot 2025-02-08 at 5  48 05@2x Large

pexels.com

CleanShot 2025-02-08 at 5  48 38@2x Large

pinterest.com

CleanShot 2025-02-08 at 5  49 06@2x Large

reddit.com

CleanShot 2025-02-08 at 5  50 17@2x Large

sourceforge.net

CleanShot 2025-02-08 at 5  51 00@2x Large

speedtest.net

CleanShot 2025-02-08 at 5  51 27@2x Large

twitch.tv

CleanShot 2025-02-08 at 5  52 15@2x Large

unsplash.com

CleanShot 2025-02-08 at 5  52 55@2x Large

About

My custom CSS for websites I visit the most.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 97.4%
  • JavaScript 2.6%