Adds Copy, Download, and Install buttons to every search result tile and script page header.
See screenshots at the bottom
Adds Copy, Download, and Install buttons to every search result tile and script page header for instant script management without page navigation.
Managing userscripts on Greasy Fork requires multiple clicks and page loads:
This script adds three one-click actions directly to search results and script headers.
.user.js source to your clipboard without loading the code page..user.js file for archiving or manual review.| Action | Result |
|---|---|
| Click Copy button | Fetch and copy script source to clipboard |
| Click Download button | Save script as .user.js file |
| Click Install button | Navigate to userscript installation prompt |
Buttons appear in the top-right corner of each search result tile and in script page headers.
MutationObserver to only process newly added script tiles (no full-page rescans).Works immediately. Buttons appear on all script tiles and pages.
GM_xmlhttpRequest to bypass CORS and fetch script source reliably.GM_setClipboard with navigator clipboard fallback.prefers-color-scheme and Greasy Fork's native theme classes.