Adds a floating search panel to Civitai with saved filters, infinite scroll, and No BS Unintuitive Filters.
This is a Tampermonkey userscript that reinvented Civitai Model Search to bypass client-side model filter restrictions, especially with the hiding of certain models with X, and XXX filters on by querying the API itself.
Follow these three steps to get the script up and running.
You need a browser extension to manage userscripts. The most popular one is Tampermonkey.
The script needs your personal Civitai API token to make authenticated requests. Without it, your searches will fail.
F12 or right-clicking the page and selecting "Inspect")./multi-search to find the search API request.multi-search request that appears.

Security Warning: Your Authorization token is like a password. Do not share it with anyone. The script saves it locally on your computer and never sends it anywhere except directly to Civitai's official API.
× button in the top-right corner or click on the dark backdrop outside the panel.https://search-new.civitai.com/multi-search.GM_setValue and GM_getValue functions.GM_xmlhttpRequest to bypass Cross-Origin Resource Sharing (CORS) restrictions, which is necessary for a userscript to call an external API.This script is released under the GNU GPLv3 License.