{"id":15377148,"url":"https://github.com/crashmax-dev/webpack-userscript-template","last_synced_at":"2025-07-01T01:36:02.629Z","repository":{"id":41496090,"uuid":"309067812","full_name":"crashmax-dev/webpack-userscript-template","owner":"crashmax-dev","description":"🚀 Webpack userscript template","archived":false,"fork":false,"pushed_at":"2022-08-14T16:58:52.000Z","size":539,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-15T16:49:36.388Z","etag":null,"topics":["redom","template","typescript","userscript","webpack","webpack-userscript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/crashmax-dev.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}},"created_at":"2020-11-01T10:07:16.000Z","updated_at":"2023-06-04T13:10:09.000Z","dependencies_parsed_at":"2022-08-02T18:15:20.089Z","dependency_job_id":null,"html_url":"https://github.com/crashmax-dev/webpack-userscript-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/crashmax-dev/webpack-userscript-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crashmax-dev%2Fwebpack-userscript-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crashmax-dev%2Fwebpack-userscript-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crashmax-dev%2Fwebpack-userscript-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crashmax-dev%2Fwebpack-userscript-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/crashmax-dev","download_url":"https://codeload.github.com/crashmax-dev/webpack-userscript-template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crashmax-dev%2Fwebpack-userscript-template/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262879824,"owners_count":23378686,"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":["redom","template","typescript","userscript","webpack","webpack-userscript"],"created_at":"2024-10-01T14:09:49.013Z","updated_at":"2025-07-01T01:36:02.611Z","avatar_url":"https://github.com/crashmax-dev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 Webpack userscript template\n\n![TypeScript](https://img.shields.io/badge/TypeScript-informational?style=flat-square\u0026logo=typescript\u0026logoColor=ffffff\u0026color=007acc)\n![WebPack](https://img.shields.io/badge/Webpack-informational?style=flat-square\u0026logo=webpack\u0026logoColor=ffffff\u0026color=1c78c0)\n\n\u003e This template is based on [Webpack](https://github.com/webpack/webpack) and [webpack-userscript](https://github.com/momocow/webpack-userscript), written in [TypeScript](https://github.com/microsoft/TypeScript).\n\n## Usage\n\n### Install a userscript manager\n\n\u003e To use user scripts you need to first install a user script manager. Which user script manager you can use depends on which browser you use.\n\n* Chrome: [Tampermonkey](https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo) or [Violentmonkey](https://chrome.google.com/webstore/detail/violent-monkey/jinjaccalgkegednnccohejagnlnfdag)\n* Firefox: [Greasemonkey](https://addons.mozilla.org/firefox/addon/greasemonkey/), [Tampermonkey](https://addons.mozilla.org/firefox/addon/tampermonkey/), or [Violentmonkey](https://addons.mozilla.org/firefox/addon/violentmonkey/)\n* Safari: [Tampermonkey](http://tampermonkey.net/?browser=safari) or [Userscripts](https://apps.apple.com/app/userscripts/id1463298887)\n* Microsoft Edge: [Tampermonkey](https://www.microsoft.com/store/p/tampermonkey/9nblggh5162s)\n* Opera: [Tampermonkey](https://addons.opera.com/extensions/details/tampermonkey-beta/) or [Violentmonkey](https://violentmonkey.github.io/get-it/)\n* Maxthon: [Violentmonkey](http://extension.maxthon.com/detail/index.php?view_id=1680)\n* Dolphin: [Tampermonkey](https://play.google.com/store/apps/details?id=net.tampermonkey.dolphin)\n* UC: [Tampermonkey](https://www.tampermonkey.net/?browser=ucweb\u0026ext=dhdg)\n\n### Install this userscript\n\n\u003e [webpack-userscript-template.user.js](https://crashmax-dev.github.io/webpack-userscript-template/webpack-userscript-template.user.js)\n\n## Development\n\n### Change settings of Google Chrome\n\n* Navigate to `chrome://flags/#allow-insecure-localhost`, enable insecure localhost\n* Navigate to `chrome://extensions/?id=dhdgffkkebhmkfjojejmpbldmpobfkfo` (Chrome manage extensions page of `Tampermonkey`) and enable `Allow access to file URLs` (you need to manual reload page when dev userscript, see [#475](https://github.com/Tampermonkey/tampermonkey/issues/475#issuecomment-348594785) for more detail)\n* `pnpm install`\n* `pnpm dev`\n* Open `https://localhost:8080/webpack-userscript-template.proxy.user.js` in browser (click Advanced -\u003e proceed if it shows a security warning) to install the proxy script.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrashmax-dev%2Fwebpack-userscript-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrashmax-dev%2Fwebpack-userscript-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrashmax-dev%2Fwebpack-userscript-template/lists"}