您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
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.