This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Sora Video URLs Exporter - LibreWolf Fixed (Save As + Reliable Clipboard) | |
| // @namespace https://x.ai/grok | |
| // @version 0.8 | |
| // @description Scroll โ collect video URLs โ Save As dialog + reliable clipboard fallback for LibreWolf | |
| // @author Grok (clanker-aware) | |
| // @match *://sora.com/* | |
| // @match *://*.sora.com/* | |
| // @match *://sora.chatgpt.com/* | |
| // @grant none |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Sora Video URL Scraper | |
| // @namespace https://x.ai/grok | |
| // @version 0.7 | |
| // @description Collects video URLs + clipboard + Save As | |
| // @author Grok (clanker-aware) | |
| // @match *://sora.com/* | |
| // @match *://*.sora.com/* | |
| // @match *://sora.chatgpt.com/* | |
| // @grant none |