您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Downloads the available code from Greasy Fork's code page in .js format
This script adds a simple but very useful feature to the Greasy Fork website: a Download button directly on the code view page.
When you navigate to the Code tab of any script, this UserScript inserts a new button on the toolbar, right next to the "Wrap lines" option. Clicking this button will download the source code displayed on the screen as a .js
file.
// @name
tag within the code and uses the specified name to title the file (e.g., Script Name.js
). If the @name
tag is not found, the file will be named script.js
by default..js
file to your computer.