Greasy Fork is available in English.
Adds a context menu item to download media from supported video sites using a direct URL.
This Tampermonkey/Greasemonkey script enhances your browsing experience by adding a convenient context menu item to download media from various popular websites using the Cobalt API. Instead of manually searching for download links or using external tools, you can now directly download media with a single right-click.
The script defaults to using cobalt.tools as the API URL. To change this:
cobalt.tools or a self-hosted instance address, remember no protocol).The script requires the following permissions:
GM_registerMenuCommand: Allows the script to add items to the Tampermonkey menu.GM_openInTab: Allows the script to open the Cobalt API URL in a new tab.GM_getValue and GM_setValue: Allows the script to store and retrieve the API URL configuration.This script is released under the MIT License.