Greasy Fork 还支持 简体中文。

FBase Lib

Base library

目前為 2023-03-22 提交的版本,檢視 最新版本

此腳本不應該直接安裝,它是一個供其他腳本使用的函式庫。欲使用本函式庫,請在腳本 metadata 寫上: // @require https://update.cn-greasyfork.org/scripts/461948/1164892/FBase%20Lib.js

作者
satology
版本
0.0.1
建立日期
2023-03-16
更新日期
2023-03-22
尺寸
1.8 KB
授權條款
未知

FBase Lib

First release of a simple library to provide different helper functions you could use in your own scripts.

List

isVisible: for elements isUserFriendly: for elements and document CrawlerWidget class: extendable class providing the previous mention helpers HCaptchaWidget class: extendable class that returns a promise when an hcaptcha is solved. It can be used this way:

let captcha = new HCaptchaWidget();
captcha.isSolved().then(.....);

You can overwrite the default selector when instantiating.