{"id":20561496,"url":"https://github.com/avindra/useascript","last_synced_at":"2026-03-15T04:51:10.068Z","repository":{"id":92404432,"uuid":"391500876","full_name":"avindra/useascript","owner":"avindra","description":"A compendium of userscripts for the Internet. Think dotfiles, but for the Internet.","archived":false,"fork":false,"pushed_at":"2025-10-31T20:53:31.000Z","size":78,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-31T22:18:59.784Z","etag":null,"topics":["bhagavad-gita","github-userscripts","twitter-userscript","userscript","userscript-collection","youtube-userscript"],"latest_commit_sha":null,"homepage":"https://dra.vin/#/useascript","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/avindra.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-08-01T02:00:53.000Z","updated_at":"2025-10-31T20:53:22.000Z","dependencies_parsed_at":"2025-10-22T23:23:04.942Z","dependency_job_id":"0edd128c-ecd5-4363-b0ba-85bf8347ba4c","html_url":"https://github.com/avindra/useascript","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/avindra/useascript","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avindra%2Fuseascript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avindra%2Fuseascript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avindra%2Fuseascript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avindra%2Fuseascript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/avindra","download_url":"https://codeload.github.com/avindra/useascript/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avindra%2Fuseascript/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28846052,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T13:02:32.985Z","status":"ssl_error","status_checked_at":"2026-01-28T13:02:04.945Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["bhagavad-gita","github-userscripts","twitter-userscript","userscript","userscript-collection","youtube-userscript"],"created_at":"2024-11-16T03:59:32.527Z","updated_at":"2026-03-15T04:51:09.980Z","avatar_url":"https://github.com/avindra.png","language":"JavaScript","readme":"# useascript [![ci](https://github.com/avindra/useascript/actions/workflows/cicd.yml/badge.svg)](https://github.com/avindra/useascript/actions/workflows/cicd.yml)\n\n\n`useascript` is a repository of userscripts for a clearer Internet 🌃\n\n## Name meaning\n\nThe name (`use`-`a`-`script`) denotes that the various scripts supporting many websites are loaded from a `single` script. This is done to conveniently manage many userscripts and simplify the development / testing model. At the same time, it eliminates the need for a 3rd party host.\n\n## Install\n\nThe userscript is hosted here:\n\nhttps://dra.vin/useascript/useascript.user.js\n\nIt has a corresponding `.meta.js` so updates will work automatically.\n\n## Development\n\n### Method A\n\nThis has only been tested with `Tampermonkey \u003e Settings \u003e Security \u003e Modify existing content security policy (CSP) headers` set to `Remove entirely (possibly unsecure)`. Use your favorite local http server (e.g., [python's http.server](https://github.com/avindra/dotfiles/blob/src/.local/bin/http)).\n\n```js\n// ==UserScript==\n// @name         useascript-local\n// @namespace    https://dra.vin/\n// @version      0.1\n// @description  A compendium of userscripts for the Web\n// @author       Avindra Goolcharan\n// @match        *://*/*\n// ==/UserScript==\nimport(\"http://localhost:5000/index.js\");\n```\n\n### Method B\n\nRun `make` to build the bundle. It requires `esbuild`. The script will go directly to your clipboard (assuming Wayland) using `wl-copy`. Then, paste the result into your userscript manager's editor. A less cumbersome method is desired, please suggest a better way if you know one!\n\n\n## License\n\nBrought to you by [Avindra Goolcharan](https://dra.vin/).\n\nThe source code is fully licensed under `GPL-3.0-only`. See [COPYING](./COPYING)\nfor more info.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favindra%2Fuseascript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Favindra%2Fuseascript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favindra%2Fuseascript/lists"}