您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Library to create a matchlist for your Furaffinity Script
此脚本不应直接安装。它是供其他脚本使用的外部库,要使用该库请加入元指令 // @require https://update.gf.qytechs.cn/scripts/485827/1549457/Furaffinity-Match-List.js
Helper Script to create a Matchlist for your custom Furaffinitiy Script. Also see docs on Furaffinity-Match-List
@require
this script
Create a new MatchList:
const matchlist = new FAMatchList(customSettings); //customSettings is optional
See CustomSettings for more info
Add Matches to the list with either addMatch
or matches.push
:
matchlist.addMatch("part/of-url");
matchlist.matches.push("part/of-url");
matchlist.matches = ["part/of-url"];
See MatchList for more info
Check for matches:
if (matchlist.hasMatch)
doSomething();
Feature | Status |
---|---|
Have basic Matchlist | ✅ Completed |
Have some Options | ✅ Completed |
⠀⠀⠀⠀Whether to run in an IFrame | ✅ Completed |
⠀⠀⠀⠀Whether to log the running status | ✅ Completed |
Integration with Furaffinity-Custom-Settings ⠀⠀⠀⠀ | ✅ Completed |
The MatchList class contains following Properties:
matches
- The array of matches for which to checkhasMatch
- Wether there is a matchmatch
- The current found match (if there is one)runInIFrame
- Wether your Script is allowed to run in an IFrameisWindowIFrame
- Wether the current Window is running in an IFramecustomSettings
- The CustomSettings which to display if your Script is allowed to run (See CustomSettings)It has following functions:
addMatch(match)
- Adds a new match to the listremoveMatch()
- Removes the last match from the listQingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址