Merge branch 'twitter-gif' into html-cleanup

This commit is contained in:
dumbmoron
2024-01-17 12:08:01 +01:00
committed by GitHub
20 changed files with 230 additions and 72 deletions

View File

@@ -30,6 +30,7 @@ const checkboxes = [
"reduceTransparency",
"disableAnimations",
"disableMetadata",
"twitterGif",
];
const exceptions = { // used for mobile devices
"vQuality": "720"
@@ -381,6 +382,7 @@ async function download(url) {
}
if (sGet("disableMetadata") === "true") req.disableMetadata = true;
if (sGet("twitterGif") === "true") req.twitterGif = true;
let j = await fetch(`${apiURL}/api/json`, {
method: "POST",