{"id":15586411,"url":"https://github.com/danyalaytekin/some-userscripts","last_synced_at":"2026-05-10T16:05:29.877Z","repository":{"id":159197197,"uuid":"613187014","full_name":"danyalaytekin/some-userscripts","owner":"danyalaytekin","description":null,"archived":false,"fork":false,"pushed_at":"2024-04-15T09:38:28.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-01T23:05:47.915Z","etag":null,"topics":["half-baked","userscript"],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/danyalaytekin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2023-03-13T04:20:57.000Z","updated_at":"2024-04-15T09:38:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"90d0aa77-4f09-4046-974b-7c7828b76064","html_url":"https://github.com/danyalaytekin/some-userscripts","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/danyalaytekin/some-userscripts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danyalaytekin%2Fsome-userscripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danyalaytekin%2Fsome-userscripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danyalaytekin%2Fsome-userscripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danyalaytekin%2Fsome-userscripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danyalaytekin","download_url":"https://codeload.github.com/danyalaytekin/some-userscripts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danyalaytekin%2Fsome-userscripts/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268448204,"owners_count":24251999,"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","status":"online","status_checked_at":"2025-08-02T02:00:12.353Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["half-baked","userscript"],"created_at":"2024-10-02T21:22:19.549Z","updated_at":"2026-05-10T16:05:29.799Z","avatar_url":"https://github.com/danyalaytekin.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Some UserScripts\n\nThis repo will assemble some simple UserScripts written for Safari, in particular Safari running the [UserScripts extension by Justin Wasack](https://github.com/quoid/userscripts).\n\n## Notes for myself\n\n- The UserScripts app:\n    - checks for the same kind of front-matter at `@updateURL` as is present in a script, so this URL might as well be the same as `@downloadURL`, unless the script becomes very large\n    - doesn't pick up JS scripts with front matter written as `/* {front matter} */` instead of `// front matter`; I don't know whether this is a general rule affecting all clients\n        - it's fine with CSS files doing this\n\n### How to... CSS → JS\n\n#### `some-userstyle.css`\n\n```css\n/* ==UserStyle==\n@name           Some UserStyle\n...\n==/UserStyle== */\n\nbody {\n    display: none;\n}\n```\n\n#### `some-userscript.js`\n\n```js\n// ==UserScript==\n// @name           Some UserScript\n// @grant          GM.addStyle\n// ...\n// ==/UserScript==\n\nGM.addStyle(`\n    body {\n        display: none;\n    }\n`)\n```\n\n## Related\n\n- [GreasyFork](https://greasyfork.org/en/scripts), a library of UserScripts\n- Other people's scripts\n    - [Mottie](https://github.com/Mottie/GitHub-userscripts)'s for GitHub\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanyalaytekin%2Fsome-userscripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanyalaytekin%2Fsome-userscripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanyalaytekin%2Fsome-userscripts/lists"}