mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-04-12 19:41:51 -05:00
Co-authored-by: KennyG <kennyg@kennyg.com> Co-authored-by: DogmaDragon <103123951+DogmaDragon@users.noreply.github.com>
32 lines
1.2 KiB
YAML
32 lines
1.2 KiB
YAML
name: CJ's Card Tweaks.
|
|
# requires: CommunityScriptsUILibrary
|
|
description: Provides various tweaks for the Stash cards.
|
|
version: 1.2
|
|
url: https://discourse.stashapp.cc/t/cjs-card-tweaks/1342
|
|
ui:
|
|
requires:
|
|
- CommunityScriptsUILibrary
|
|
javascript:
|
|
- https://cdn.jsdelivr.net/gh/HandyRandyx/stash-plugins@main/utils/fetchInterceptor.js
|
|
- https://cdn.jsdelivr.net/gh/HandyRandyx/stash-plugins@main/utils/stashHandler.js
|
|
- https://cdn.jsdelivr.net/gh/HandyRandyx/stash-plugins@main/utils/registerPathChangeListener.js
|
|
- https://cdn.jsdelivr.net/gh/cj12312021/stash-plugins@main/utils/waitForClass.js
|
|
- cjCardTweaks.js
|
|
settings:
|
|
addBannerDimension:
|
|
displayName: 3D rating banner
|
|
description: "Adds additional dimension to the rating banners."
|
|
type: BOOLEAN
|
|
fileCount:
|
|
displayName: Enable for file count
|
|
description: "Displays file count on scene, gallery, and image cards."
|
|
type: BOOLEAN
|
|
performerProfileCards:
|
|
displayName: Performer profile cards
|
|
description: "Tweaks performer cards to use a traditional profile design."
|
|
type: BOOLEAN
|
|
stashIDIcon:
|
|
displayName: Stash ID icon
|
|
description: "Adds a Stash ID icon to the performer cards."
|
|
type: BOOLEAN
|