stash-userscripts icon indicating copy to clipboard operation
stash-userscripts copied to clipboard

Stash Userscripts

Results 11 stash-userscripts issues
Sort by recently updated
recently updated
newest added

Since the layout of the studio and performer pages was recently changed to remove the details tab and instead place a summary at the top of the page, the elements...

This PR restores the Performer Image Cropper functionality in the Stash 0.22.

Created 5 new stat categories which create a new row. These categories are: - Tag Images ((TagsMissingImage - TagCount)/TagCount*100) - Movie Covers ((MoviesMissingFrontImage - AllMovies)/AllMovies *100) - Studio Images ((StudiosMissingImage...

Within [StashUserscriptLibrary.js](https://raw.githubusercontent.com/7dJx1qP/stash-userscripts/master/src/StashUserscriptLibrary.js), /graphql is hardcoded which prevents it from working in a subpath (ie: if a reverse proxy points to https://mydomain:1234/stash/ or https://mydomain:4321/apps/stash/). This causes calls to the graphql interface...

Hi! Thx for your scripts. I would really like to use them, but am unable. According to the instructions, all that is needed to make the scripts work, is adapt...

It looks like stashapp has updated past a point where this function is working. Below is the entry I see in my stashapp log when attempting to sync favorites. `msg="[Plugin...

Stash version : 0.17.0 Browser: firefox using Greasemonkey for installing scripts.

Hi, My stash is at `http://xxx.yyy/stash/` and when I try to use userscripts nothing works. I change `@match` url but still not working. when I look into script source code...

Adds markdown parsing for studio and performer detail fields while on /studios/id and /performers/id. Any feedback on the implementation is welcome.