Vercel Project Deletion Form Filler

Automatically fills in project deletion form fields on Vercel. This script extracts the project name from the page and fills it into the appropriate input field, along with the verification text. Use with caution as it automates deletion form filling.

作者
alihakanarslan
今日安裝
0
安裝總數
7
評價
0 0 0
版本
0.3
建立日期
2024-08-29
更新日期
2024-08-29
尺寸
3.1 KB
授權條款
MIT
腳本執行於

Vercel Project Deletion Form Filler

Description

This Greasemonkey/Tampermonkey script automates the process of filling in project deletion forms on Vercel's project settings pages. It's designed to save time for developers who frequently manage multiple projects and need to streamline the deletion process.

The script automatically extracts the project name from the page and fills it into the appropriate input field, along with the required verification text. This automation can significantly reduce the time and effort needed to delete projects, especially when managing multiple repositories.

Features

  • Automatically extracts the project name from the page content
  • Fills in the project name in the correct input field
  • Enters the verification text "delete my project" in the appropriate field
  • Works on dynamically loaded content
  • Minimal and clean code, easy to understand and modify

Installation

  1. Ensure you have a user script manager installed in your browser. Popular options include:

  2. Visit the script's page on Greasy Fork镜像 (link to be added when published)

  3. Click the "Install" button on the Greasy Fork镜像 page

  4. Your user script manager will open a new tab. Review the script and click "Install" to confirm

Usage

  1. Navigate to any Vercel project settings page (typically https://vercel.com/[username]/[project]/settings)

  2. The script will automatically run when the page loads

  3. You should see the project name and verification text filled in automatically

  4. IMPORTANT: Always double-check the information before confirming any deletion!

Compatibility

This script is designed to work on Vercel project settings pages. It has been tested with the latest versions of Chrome and Firefox as of August 2024. If you encounter any issues with other browsers or future Vercel UI changes, please report them on the script's Greasy Fork镜像 page.

Customization

You can modify the script to change its behavior:

  • To change the verification text, modify the line: verificationInput.value = 'delete my project';
  • To add support for other project management platforms, you can modify the @match directive in the script header

Caution

⚠️ WARNING: This script automates the process of filling out deletion forms. Always double-check the information before confirming any deletions to avoid accidentally removing the wrong project.

License

This script is released under the MIT License. See the script header for more details.

Changelog

  • v0.3 (2024-08-29): Initial public release
    • Added support for dynamically loaded content
    • Improved project name detection

Author

aha

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址