Steam
314 个评价
Mass Manage Artwork and Screenshots
由 Aezillo 和其他 2 人合作完成
Automatically delete, privatize, or publicize your artwork or screenshots in bulk.


   
奖励
收藏
已收藏
取消收藏
Intro



This guide lets you mass delete, privatize, or publicize all of your artwork or screenshots at once without having to manually check each one. Steam has a feature for this but it has a selection limit.
Steps


Go to your artwork or screenshot hub and select "Image Wall".



This is optional, but you can filter by a game if you want.



Click the manage screenshot or artwork button.



Scroll down to the end of your artwork or screenshot gallery. If you have a lot of images to scroll through, use the auto scrolling script in the codes section and wait until it's finished after pasting the code.



Now choose the code you want from the codes section below and send it through the console.



It will ask you if you're sure after the code is sent.



If you want to go back and deselect a few images, click cancel, uncheck the images you don't want to change, and then resend the same code but without the SelectAllScreenshots(); at the start.
Codes


Delete
SelectAllScreenshots(); ConfirmBatchAction('delete'); $('BatchScreenshotManagement').submit();

Set to Private
SelectAllScreenshots(); ConfirmBatchAction('private'); $('BatchScreenshotManagement').submit();

Set to Friends Only
SelectAllScreenshots(); ConfirmBatchAction('friendsonly'); $('BatchScreenshotManagement').submit();

Set to Public
SelectAllScreenshots(); ConfirmBatchAction('public'); $('BatchScreenshotManagement').submit();

Scroll to Bottom of Gallery
setInterval(function() { window.scrollTo(0, document.body.scrollHeight); }, 2000);
10 条留言
ashley 2022 年 1 月 11 日 上午 7:08 
very useful, allowed me to set thousands of screenshots of protogens' butts to friends only
Robykaa 2021 年 4 月 25 日 上午 9:49 
thanks I was able to delete 16k screenshots by repeating this some times
we hebben een serieus probleem 2020 年 8 月 20 日 上午 12:01 
Designing cheap high quality artworks.
Also workshop showcases.
MrTimurer 2019 年 9 月 4 日 上午 1:34 
I love you XD
DONNY DA DEALER 2019 年 7 月 3 日 上午 4:36 
intresting
C4T4⁧⁧ 「bls」 2019 年 7 月 3 日 上午 3:45 
this guide in kinda interesting , is so usefull for who have big colections of his artworks :)
adr💜  [作者] 2019 年 7 月 3 日 上午 3:27 
in "grid" mode maximum 50 screenshots/artworks on the page. In "image wall" mode unlimited number of screenshots/artworks on the page.
mantion 2019 年 7 月 3 日 上午 3:09 
afferim böyle çalış
Aezillo  [作者] 2019 年 7 月 2 日 下午 9:19 
oh... lol nice
Determined Man 2019 年 7 月 2 日 下午 9:08 
Or you could just go to Grid and use the select all option.