FBase Lib

Base library

Stan na 07-07-2023. Zobacz najnowsza wersja.

Ten skrypt nie powinien być instalowany bezpośrednio. Jest to biblioteka dla innych skyptów do włączenia dyrektywą meta // @require https://update.greasyfork.org/scripts/461948/1216526/FBase%20Lib.js

Autor
satology
Wersja
0.0.3
Utworzono
16-03-2023
Zaktualizowano
07-07-2023
Rozmiar
2,71 KB
Licencja
Brak licencji

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.