Base library
当前为
此脚本不应直接安装。它是供其他脚本使用的外部库,要使用该库请加入元指令 // @require https://update.cn-greasyfork.org/scripts/461948/1164892/FBase%20Lib.js
First release of a simple library to provide different helper functions you could use in your own scripts.
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.