FBase Lib

Base library

Verzia zo dňa 07.07.2023. Pozri najnovšiu verziu.

Tento skript by nemal byť nainštalovaný priamo. Je to knižnica pre ďalšie skripty, ktorú by mali používať cez meta príkaz // @require https://update.greasyfork.org/scripts/461948/1216709/FBase%20Lib.js

Autor
satology
Verzia
0.0.6
Vytvorené
16.03.2023
Aktualizované
07.07.2023
Veľkosť
3,3 KB
Licencia
neuvedené

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.