mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-04-13 04:40:25 -05:00
37 lines
1.9 KiB
Markdown
37 lines
1.9 KiB
Markdown
# FansDB Submission Helper
|
|
|
|
https://discourse.stashapp.cc/t/fansdb-submission-helper/1418
|
|
|
|
> **NOTE:** Only change from [StashDB_Submission_Helper](https://github.com/stashapp/CommunityScripts/tree/main/userscripts/StashDB_Submission_Helper) is changed `@match` to fansdb.cc domain and added support for FansDB sites to match performer URLs.
|
|
|
|
- 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
|
|
|
|
## [**INSTALL USERSCRIPT**](https://raw.githubusercontent.com/stashapp/CommunityScripts/main/userscripts/FansDB_Submission_Helper/fansdb_submission_helper.user.js)
|
|
|
|
Installation requires a browser extension such as [Violentmonkey](https://violentmonkey.github.io/) / [Tampermonkey](https://www.tampermonkey.net/) / [Greasemonkey](https://www.greasespot.net/).
|
|
|
|
### Screenshot
|
|

|
|
|
|
### Demo GIF:
|
|

|
|
|
|
## Changelog
|
|
|
|
### 0.7
|
|
- Allow alias separator to also be `/` or ` or ` (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
|