{"id":27362544,"url":"https://github.com/lzt-upgrade/extensions","last_synced_at":"2025-08-19T19:22:54.770Z","repository":{"id":287571001,"uuid":"965144504","full_name":"lzt-upgrade/extensions","owner":"lzt-upgrade","description":"Monorepo for all lztup extensions","archived":false,"fork":false,"pushed_at":"2025-04-12T14:35:34.000Z","size":55,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-12T15:31:40.045Z","etag":null,"topics":["ext","lzt","upgrade","userscript"],"latest_commit_sha":null,"homepage":"","language":"SCSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lzt-upgrade.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2025-04-12T14:08:30.000Z","updated_at":"2025-04-12T14:35:38.000Z","dependencies_parsed_at":"2025-04-12T15:49:35.728Z","dependency_job_id":null,"html_url":"https://github.com/lzt-upgrade/extensions","commit_stats":null,"previous_names":["lzt-upgrade/extensions"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lzt-upgrade%2Fextensions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lzt-upgrade%2Fextensions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lzt-upgrade%2Fextensions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lzt-upgrade%2Fextensions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lzt-upgrade","download_url":"https://codeload.github.com/lzt-upgrade/extensions/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248658369,"owners_count":21140930,"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":["ext","lzt","upgrade","userscript"],"created_at":"2025-04-13T03:21:22.672Z","updated_at":"2025-04-13T03:21:23.226Z","avatar_url":"https://github.com/lzt-upgrade.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lztup-extensions\n\nMonorepo for all lztup extensions\n\n## Guide\n\n1. Use css / scss files instead of GM_addStyle.\n\n`GM_addStyle` may not be available in some user script managers, or it may work differently. Therefore, we provide our own API to replace it, instead of the usual polyfiles.\n\n```ts\nimport \"./style.css\";\nimport \"./style.scss\";\n```\n\nor you can use `injectStyle` function, but this isn't recommended for static code because it doesn't prepare css with lightningcss.\n\n```ts\nimport { injectStyle } from \"__style_helper__\";\n\n// text (string) - style code\n// hash (string) - uniq hash or id of styles\ninjectStyle(text, hash);\n```\n\n## Install\n\n1. Install Bun\n2. Run `bun install` in the root directory\n3. Build\n\n```bash\nbun run build:bun\n```\n\n## New UserScripts\n\nYou can easily add new userscripts by simply creating a new folder in root and adding `headers.json` and `index.ts` (or `index.js`) as entrypoint to it.\n\nTo ignore you can add folder to `ignoredDirs` in `lztup.config.ts` file\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flzt-upgrade%2Fextensions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flzt-upgrade%2Fextensions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flzt-upgrade%2Fextensions/lists"}