{"id":25213980,"url":"https://github.com/sameerasw/my-internet","last_synced_at":"2025-04-05T08:23:39.629Z","repository":{"id":276463033,"uuid":"929363814","full_name":"sameerasw/my-internet","owner":"sameerasw","description":"My custom CSS for websites I visit the most.","archived":false,"fork":false,"pushed_at":"2025-04-02T14:49:19.000Z","size":1693,"stargazers_count":120,"open_issues_count":75,"forks_count":19,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-02T15:36:38.946Z","etag":null,"topics":["css","custom","custom-css","customcss"],"latest_commit_sha":null,"homepage":"https://addons.mozilla.org/en-US/firefox/addon/zen-internet/","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sameerasw.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"sameerasw","patreon":"sameerasw","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":"sameerasw","thanks_dev":null,"custom":null}},"created_at":"2025-02-08T11:26:59.000Z","updated_at":"2025-04-02T14:49:38.000Z","dependencies_parsed_at":"2025-02-24T12:27:46.167Z","dependency_job_id":"f87813f5-eb15-45f7-b675-56e5243f09fd","html_url":"https://github.com/sameerasw/my-internet","commit_stats":null,"previous_names":["sameerasw/my-internet"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sameerasw%2Fmy-internet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sameerasw%2Fmy-internet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sameerasw%2Fmy-internet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sameerasw%2Fmy-internet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sameerasw","download_url":"https://codeload.github.com/sameerasw/my-internet/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247307830,"owners_count":20917556,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["css","custom","custom-css","customcss"],"created_at":"2025-02-10T16:58:07.173Z","updated_at":"2025-04-05T08:23:39.601Z","avatar_url":"https://github.com/sameerasw.png","language":"CSS","readme":"# my-internet\n\nMy custom CSS for websites I visit the most. Click on the preview to view the file or visit the repo.\n\n[Browse the repository](https://github.com/sameerasw/my-internet) (More website themes available)\n\n[Visit my website](https://www.sameerasw.com)\n\n[How to get transparency in Zen](https://sameerasw.notion.site/Zen-Transparency-1939c6099d4080468f02cf05ae50e827?pvs=4)\n\n\u003ca href=\"https://star-history.com/#sameerasw/my-internet\u0026Date\"\u003e\n \u003cpicture\u003e\n   \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://api.star-history.com/svg?repos=sameerasw/my-internet\u0026type=Date\u0026theme=dark\" /\u003e\n   \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://api.star-history.com/svg?repos=sameerasw/my-internet\u0026type=Date\" /\u003e\n   \u003cimg alt=\"Star History Chart\" src=\"https://api.star-history.com/svg?repos=sameerasw/my-internet\u0026type=Date\" /\u003e\n \u003c/picture\u003e\n\u003c/a\u003e\n\n## Contributing styles\n- You can use the [example.com.css](https://github.com/sameerasw/my-internet/raw/refs/heads/main/websites/example.com.css) as a starter for most websites.\n- 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)\n- Please respect auto theming for day and night themes. If the website does not have a dark theme, account for dark reader.\n- Do not use wildcards such as applying transparency for all div elements since that is handled with force theming in the addon.\n- Every property should include `!important` to make sure it gets applied.\n- Do NOT leave commented out code.\n- Add propper comments for each section of a feature at the beginning with a clear but compact description.\n- 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.\n  \n  ```\n    /* yt-transparency */\n    :root{\n      --colorBgApp: transparent !important;\n    }\n\n    /*  yt-no footer */\n    footer.app-footer {\n      display: none !important;\n    }\n  ```\n  \n- Once comitted to the repository, github actions will parse the css file and update/ generate the [styles.js](https://github.com/sameerasw/my-internet/blob/main/styles.json) and then will be deployed to the github pages allowing the add-on to fetch from it.\n- Thank you \u003c3\n\n\n---\n## userChrome.css - my Zen browser styling\n[![CleanShot 2025-02-11 at 11  04 22@2x Large](https://github.com/user-attachments/assets/141ba655-8af3-4099-b2a9-26d3e33a5d2d)](https://github.com/sameerasw/my-internet/blob/main/userChrome.css)\n---\n\n### youtube.com\n[![CleanShot 2025-02-08 at 5  55 02@2x Large](https://github.com/user-attachments/assets/4b43abc8-0c83-4224-8fe4-c361319c5be6)](https://github.com/sameerasw/my-internet/blob/main/youtube.com.css)\n\n### aistudio.google.com\n[![CleanShot 2025-02-08 at 5  19 00@2x Large](https://github.com/user-attachments/assets/cc9fa133-0bbc-464f-a291-fbc450178d6c)](https://github.com/sameerasw/my-internet/blob/main/aistudio.google.com.css)\n\n### chat.openai.com\n[![CleanShot 2025-02-08 at 5  19 24@2x Large](https://github.com/user-attachments/assets/f6a83b6c-d2ac-4647-8dee-ed9c0dd511f7)](https://github.com/sameerasw/my-internet/blob/main/chat.openai.com.css)\n\n### discord.com\n[![CleanShot 2025-02-08 at 5  20 15@2x Large](https://github.com/user-attachments/assets/60310fd6-bd7d-41cf-8d51-97ed94f644f2)](https://github.com/sameerasw/my-internet/blob/main/discord.com.css)\n\n### facebook.com\n[![CleanShot 2025-02-08 at 5  21 38@2x Large](https://github.com/user-attachments/assets/2c74bbd2-34f8-4bee-887f-f74ccf6a2529)](https://github.com/sameerasw/my-internet/blob/main/facebook.com.css)\n\n### gemini.com\n[![CleanShot 2025-02-08 at 5  27 10@2x Large](https://github.com/user-attachments/assets/c6d44454-a0f7-4669-9856-e9ea6ffc41db)](https://github.com/sameerasw/my-internet/blob/main/gemini.google.com.css)\n\n### github.com\n[![CleanShot 2025-02-08 at 5  27 29@2x Large](https://github.com/user-attachments/assets/4868141b-92b7-496d-8b35-dfa36f8c550e)](https://github.com/sameerasw/my-internet/blob/main/github.com.css)\n\n### google.com\n[![CleanShot 2025-02-08 at 5  27 50@2x Large](https://github.com/user-attachments/assets/504c714c-e063-4807-8f20-432e507a5d91)](https://github.com/sameerasw/my-internet/blob/main/google.com.css)\n\n### instagram.com\n[![CleanShot 2025-02-08 at 5  38 45@2x Large](https://github.com/user-attachments/assets/bec55de7-8e3c-4a54-9d53-2e1d777e3637)](https://github.com/sameerasw/my-internet/blob/main/instagram.com.css)\n\n### monkeytype.com\n[![CleanShot 2025-02-08 at 5  45 58@2x Large](https://github.com/user-attachments/assets/3241d584-1f4c-4f5a-97d7-d4555bc81f37)](https://github.com/sameerasw/my-internet/blob/main/monkeytype.com.css)\n\n### music.youtube.com\n[![CleanShot 2025-02-08 at 5  46 47@2x Large](https://github.com/user-attachments/assets/4aa1683c-29a6-4b50-b5d3-669fbca74952)](https://github.com/sameerasw/my-internet/blob/main/music.youtube.com.css)\n\n### notion.so\n[![CleanShot 2025-02-08 at 5  48 05@2x Large](https://github.com/user-attachments/assets/0d0b1eac-9950-4a5d-8274-1e44d494a821)](https://github.com/sameerasw/my-internet/blob/main/notion.so.css)\n\n### pexels.com\n[![CleanShot 2025-02-08 at 5  48 38@2x Large](https://github.com/user-attachments/assets/4a88d0e8-0395-4d55-a4e5-5f10f9eddf0c)](https://github.com/sameerasw/my-internet/blob/main/pexels.com.css)\n\n### pinterest.com\n[![CleanShot 2025-02-08 at 5  49 06@2x Large](https://github.com/user-attachments/assets/55e468a4-11da-40d6-8301-109fdebf46f7)](https://github.com/sameerasw/my-internet/blob/main/pinterest.com.css)\n\n### reddit.com\n[![CleanShot 2025-02-08 at 5  50 17@2x Large](https://github.com/user-attachments/assets/b1e34f88-6dca-4544-b2fd-64841aa7101c)](https://github.com/sameerasw/my-internet/blob/main/reddit.com.css)\n\n### sourceforge.net\n[![CleanShot 2025-02-08 at 5  51 00@2x Large](https://github.com/user-attachments/assets/cc927d3d-9021-4c13-a3c9-ba49934024e8)](https://github.com/sameerasw/my-internet/blob/main/sourceforge.net.css)\n\n### speedtest.net\n[![CleanShot 2025-02-08 at 5  51 27@2x Large](https://github.com/user-attachments/assets/408b00f8-5366-46da-bacb-94adf0a8062a)](https://github.com/sameerasw/my-internet/blob/main/speedtest.net.css)\n\n### twitch.tv\n[![CleanShot 2025-02-08 at 5  52 15@2x Large](https://github.com/user-attachments/assets/2c73c502-0c24-4e6f-9b81-fe52c61ebe96)](https://github.com/sameerasw/my-internet/blob/main/twitch.tv.css)\n\n### unsplash.com\n[![CleanShot 2025-02-08 at 5  52 55@2x Large](https://github.com/user-attachments/assets/d58db62b-0db2-4e72-af19-29f2742ae4b4)](https://github.com/sameerasw/my-internet/blob/main/unsplash.com.css)\n","funding_links":["https://github.com/sponsors/sameerasw","https://patreon.com/sameerasw","https://buymeacoffee.com/sameerasw"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsameerasw%2Fmy-internet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsameerasw%2Fmy-internet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsameerasw%2Fmy-internet/lists"}