{"id":23288182,"url":"https://github.com/pro-2684/scriptio","last_synced_at":"2026-02-24T16:03:02.753Z","repository":{"id":189909762,"uuid":"681445126","full_name":"PRO-2684/Scriptio","owner":"PRO-2684","description":"Load custom renderer-level scripts for QQNT","archived":false,"fork":false,"pushed_at":"2024-11-26T08:42:50.000Z","size":1075,"stargazers_count":46,"open_issues_count":3,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-26T09:32:44.038Z","etag":null,"topics":["javascript","liteloaderqqnt","userscript"],"latest_commit_sha":null,"homepage":"","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/PRO-2684.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-08-22T03:13:26.000Z","updated_at":"2024-11-26T08:42:53.000Z","dependencies_parsed_at":"2024-04-17T02:46:17.320Z","dependency_job_id":"8512b1bd-1983-4a14-8305-a4000aff7658","html_url":"https://github.com/PRO-2684/Scriptio","commit_stats":null,"previous_names":["pro-2684/scriptio"],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PRO-2684%2FScriptio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PRO-2684%2FScriptio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PRO-2684%2FScriptio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PRO-2684%2FScriptio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PRO-2684","download_url":"https://codeload.github.com/PRO-2684/Scriptio/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230527883,"owners_count":18240053,"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":["javascript","liteloaderqqnt","userscript"],"created_at":"2024-12-20T03:15:12.031Z","updated_at":"2026-02-24T16:03:02.748Z","avatar_url":"https://github.com/PRO-2684.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"./icons/icon.svg\" align=\"right\" style=\"width: 6em; height: 6em;\"\u003e\u003c/img\u003e\n\n# Scriptio\n\n[![GitHub License](https://img.shields.io/github/license/PRO-2684/Scriptio?logo=gnu)](https://github.com/PRO-2684/Scriptio/blob/main/LICENSE)\n[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/PRO-2684/Scriptio/release.yml?branch=main\u0026logo=githubactions)](https://github.com/PRO-2684/Scriptio/blob/main/.github/workflows/release.yml)\n[![GitHub Release](https://img.shields.io/github/v/release/PRO-2684/Scriptio?logo=githubactions)](https://github.com/PRO-2684/Scriptio/releases)\n[![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/PRO-2684/Scriptio/total?logo=github)](https://github.com/PRO-2684/Scriptio/releases)\n[![GitHub Downloads (all assets, latest release)](https://img.shields.io/github/downloads/PRO-2684/Scriptio/latest/total?logo=github)](https://github.com/PRO-2684/Scriptio/releases/latest)\n\n[LiteLoaderQQNT](https://github.com/mo-jinran/LiteLoaderQQNT) / QwQNT 插件，用于为 QQNT 加载任意 **渲染层** 的用户脚本。\n\n你可能也感兴趣：[Transitio](https://github.com/PRO-2684/transitio)，自定义用户样式加载器。\n\n## 🪄 具体功能\n\n- 导入/搜索/查看/删除用户脚本\n- 启用/禁用用户脚本\n- 用户脚本的实时响应\n\n## 🖼️ 截图\n\n\u003e 演示中使用了 [MSpring-Theme](https://github.com/MUKAPP/LiteLoaderQQNT-MSpring-Theme)，主题色为 `#74A9F6`。\n\n![Scriptio](./attachments/settings.png)\n\n## 📥 安装\n\n### 稳定版\n\n下载 Release 中的 `scriptio-release.zip`，解压后放入相对应的 `plugins/Scriptio` 文件夹中即可。(若没有该文件夹请自行创建)\n\n### CI 版\n\n若想体验最新的 CI 功能，可以下载源码后同上安装。(仅需保留下面列出的文件)\n\n完成后的目录结构应该如下:\n\n```\nplugins (所有的插件目录)\n└── scriptio (此插件目录)\n    ├── manifest.json (LiteLoaderQQNT 插件元数据)\n    ├── package.json (QwQNT 插件元数据)\n    ├── main.js (插件代码)\n    ├── preload.js (插件代码)\n    ├── renderer.js (插件代码)\n    ├── settings.html (插件设置界面)\n    ├── icons/ (插件用到的图标)\n    └── modules/ (模块化的插件代码)\n```\n\n## 🤔 使用方法\n\n\u003e [!WARNING]\n\u003e 由于 js 代码的复杂性，禁用/修改部分脚本可能需要 **重启/重载生效**\n\n- 导入脚本：在配置界面导入 JS 文件，或将之放入 `data/scriptio/scripts/` 文件夹。\n    - 用户脚本的编写请参考 [Wiki](https://github.com/PRO-2684/Scriptio/wiki)。\n    - 可以在此文件夹下创建多层目录，插件会自动扫描所有 JS 文件，但是设置界面导入的还是默认直接放在 `data/scriptio/scripts/` 下\n- 搜索脚本：在设置界面搜索框中输入关键字即可。\n    - 未聚焦到其它输入框时可以直接按下 `Enter` 键或 `Ctrl+F` 聚焦到搜索框\n    - 根据空格将输入分解为多个关键词，所有关键词均大小写不敏感\n    - 可以通过 `@` 符号筛选满足指定条件的脚本\n        - `@enabled`/`@on`/`@1`：启用的脚本\n        - `@disabled`/`@off`/`@0`：禁用的脚本\n    - 搜索结果展示匹配 **所有普通关键词** 以及 **所有 @ 关键词** 的脚本\n- 查看脚本\n    - 鼠标悬停在脚本标题上时，会显示其绝对路径。\n    - 鼠标悬停在脚本上时，会展示 \"在文件夹中显示\" 按钮。\n- 删除脚本：鼠标悬停在脚本上并点击删除 `🗑️` 按钮，或进入，或进入 `data/scriptio/scripts/` 文件夹删除对应文件。\n- 启用/禁用脚本：打开插件设置界面，将对应的脚本开关打开/关闭，支持的脚本即时生效。\n    - 若点击各个开关速度过快，可能会导致错位等情况，此时请重载窗口。\n- 更新脚本：重新导入后重启或重载即可。\n\n## 💻 调试\n\n- 开发者模式 (不推荐)：若您想要调试 **您的用户脚本**，可以在插件设置界面打开 *开发者模式*，此时插件会监控 `data/scriptio/scripts/` 文件夹，当发生更改时，会自动重载。\n- Debug 模式：若您想要调试 **此插件本身**，可以使用 `--scriptio-debug` 参数启动 QQNT，此时插件会在控制台输出调试信息。\n\n## 📜 用户脚本\n\n\u003e [!NOTE]\n\u003e 以下脚本均为由我/其它用户编写的用户脚本，不内置在插件中。\n\u003e\n\u003e 若你有愿意分享的脚本，欢迎 [提交 PR 或 Issue](https://github.com/PRO-2684/Scriptio/issues/1) 来将它们添加到这里。编写脚本前推荐先阅读 [Wiki](https://github.com/PRO-2684/Scriptio/wiki)。\n\n访问 [此网址](https://pro-2684.github.io/?page=scriptio_userscripts) 查看用户脚本列表。\n\n## ⭐ Star History\n\n[![Stargazers over time](https://starchart.cc/PRO-2684/Scriptio.svg?variant=adaptive)](https://starchart.cc/PRO-2684/Scriptio)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpro-2684%2Fscriptio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpro-2684%2Fscriptio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpro-2684%2Fscriptio/lists"}