GreasyFork: download script button

If you have a script manager and you want to download some script without installing it, this script will help

< Feedback on GreasyFork: download script button

Review: ठीक - स्क्रिप्ट चालते, पण त्यात बग आहेत

§
पोस्ट केले: 2025-10-18

const response = await GM.xmlHttpRequest({...});

to

const response = await new Promise((resolve, reject) => {
...

Konfलेखक
§
पोस्ट केले: 2025-10-18

I don't understand this. What's the purpose of the promise?

Konfलेखक
§
पोस्ट केले: 2025-10-19

I guess you've meant that older implementations of the GM.xmlHttpRequest do not return a promise, so the script won't work. This should be fixed now

उत्तर पोस्ट करा

उत्तर पोस्ट करण्यासाठी साइन इन करा.