Notice
If you are the author of this project, you can claim this topic by clicking > at the bottom of this post. Select Something Else as a reason and leave a comment explaining you want to claim the topic. Include a link to your git profile or pull request showing ownership of the project.
![]() |
Summary | Adds button to add all unmatched aliases, measurements, and urls to a performer. |
![]() |
Repository | https://github.com/stashapp/CommunityScripts/tree/main/userscripts/StashDB_Submission_Helper |
Features
- Adds button to add all unmatched aliases to performer
- Adds button to add all unmatched urls to performer
- Adds button to add all unmatched measurements to performer (if they match expected formats)
- Convert unmatched urls from regular strings to linked strings
Installation
Installation requires a browser extension such as Violentmonkey / Tampermonkey / Greasemonkey.
Screenshot
Demo GIF:
Changelog
0.7
- Allow alias separator to also be
/
oror
(space on either side of the or). - Allow measurements to be added without the cup size
- Support full current list of sites for adding URLS (previously only IAFD, DATA18, Indexxx, and Twitter were supported because I forgot to add the others)
0.6
- Add input field / button to performer edit pages to add a comma separated list of aliases to a performer
- Cleaned up code so that it doesn’t run on non-performer drafts
- Added performer add and edit pages to the pages it runs on (since alias function isn’t just draft related)
0.5
Public Release