FBase Lib

Base library

Od 07.07.2023.. Pogledajte najnovija verzija.

Ovu skriptu ne treba izravno instalirati. To je biblioteka za druge skripte koje se uključuju u meta direktivu // @require https://update.greasyfork.org/scripts/461948/1216709/FBase%20Lib.js

Autor
satology
Verzija
0.0.6
Stvoreno
16.03.2023.
Ažurirano
07.07.2023.
Size
3,35 KB
Licenza
N/A

FBase Lib

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

Features

  • 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.