Greasy Fork is available in English.
Adds a split Copier button on both the script Info page (next to the install button) and the Code page (above the code block). Copy to clipboard or download as .js / .txt / .md. Includes Ctrl+Shift+C shortcut and live line/char stats.
A lightweight userscript that adds a split Copier ∨ button to Greasy Fork — on both the script Info page (right next to the install button) and the Code page (above the code block). One click copies the full source; the arrow opens a download menu.
No more selecting thousands of lines manually.
/scripts/*) and Code page (/scripts/*/code)∨ arrow to download the script as .js, .txt, or .mdCtrl+Shift+C (or ⌘+Shift+C on Mac) works on both pagesOn the Info page — next to the install button:
[ Install this script ] [?] [ Copier ∨ ]
On the Code page — above the code block:
[ ☑ Wrap lines ] [ Copier ∨ ] 4,823 lines · 128,450 chars Ctrl+Shift+C
────────────────────────────────────────────────────────────────────────────
1 // ==UserScript==
2 // @name My Script
...
| Format | Description |
|---|---|
.js |
Raw JavaScript source file, ready to install or edit |
.txt |
Plain text copy of the source |
.md |
Source wrapped in a fenced javascript Markdown code block |
The file is automatically named after the script's title.
Ctrl+V)Or skip the mouse — press Ctrl+Shift+C anywhere on the page.
This script requests GM_xmlhttpRequest with @connect update.greasyfork.org.
This permission is used only to fetch the raw .user.js source when you click Copier on the Info page (where the code is not in the DOM). No data is collected or sent anywhere else.
Open source — contributions, forks, and suggestions are very welcome!
/scripts/*), placed immediately to the right of the ? install help linkGM_xmlhttpRequest from the install URL — no need to navigate to the Code tabFetching…) shown while source is being retrieved@grant GM_xmlhttpRequest + @connect update.greasyfork.org added to header for cross-origin fetch supportCopier on the left, ∨ chevron on the right.js, .txt, .md.md format wraps the source in a fenced JavaScript code blockEscape or outside clickCtrl+Shift+C / ⌘+Shift+C keyboard shortcut