# tampermonkey-scripts **Repository Path**: buyili/tampermonkey-scripts ## Basic Information - **Project Name**: tampermonkey-scripts - **Description**: 油猴脚本集 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-11-04 - **Last Updated**: 2025-09-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 油猴脚本 [开发文档](https://www.tampermonkey.net/documentation.php) [发布脚本网站 Greasy Fork](https://greasyfork.org/zh-CN/users/470745-1132989278) ## 脚本 - 广告屏蔽: 安装 - 油猴脚本开发文档美化界面: 安装 - Alert Control: 安装 - 抖音工具: 安装 ## 开发 1. 使用编辑器开发 2. 使用`篡改猴 Editors 扩展` 在 `vscode.dev` 页面上编辑篡改猴的用户脚本 ### 1. 如何使用编辑器开发油猴脚本? 可以新建一个油猴脚本 A,然后使用 @require 标签引入本地脚本,如下代码: > 注意:A 脚本中的描述信息必须跟 @require 引入的脚本一致 ``` // ==UserScript== // @name New Userscript // @namespace http://tampermonkey.net/ // @version 2025-07-16 // @description try to take over the world! // @author You // @match https://manwasu.cc/chapter/31088051 // @icon https://www.google.com/s2/favicons?sz=64&domain=manwasu.cc // @require file:///D:/MyRepository/tampermonkey-scripts/alert-control.js // ==/UserScript== (function() { 'use strict'; // Your code here... })(); ``` ### 2. 使用 `篡改猴 Editors 扩展` 在 `vscode.dev` 页面上编辑篡改猴的用户脚本 文档地址: [https://www.tampermonkey.net/index.php#快速开发](https://www.tampermonkey.net/index.php#%E5%BF%AB%E9%80%9F%E5%BC%80%E5%8F%91) ## 脚本图标 - 默认图标: - 自定义图标: