Skip to content

Instantly share code, notes, and snippets.

@3nws
Created June 28, 2025 20:59
Show Gist options
  • Select an option

  • Save 3nws/a4471956f385970115e3342f49f595c9 to your computer and use it in GitHub Desktop.

Select an option

Save 3nws/a4471956f385970115e3342f49f595c9 to your computer and use it in GitHub Desktop.
Deletes screenshots from steam cloud.
const manageButton = document.querySelector("#ScreenshotManagementToggle");
manageButton.click();
const profileMediaItems = document.querySelectorAll(".profile_media_item");
profileMediaItems.forEach((node) => OnScreenshotClicked(node.getAttribute("data-publishedfileid")));
ConfirmBatchAction('delete');
$('BatchScreenshotManagement').submit();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment