FBase Lib

Base library

Mint 2023.07.07.. Lásd a legutóbbi verzió

Ezt a szkriptet nem ajánlott közvetlenül telepíteni. Ez egy könyvtár más szkriptek számára, amik tartalmazzák a // @require https://update.greatest.deepsurf.us/scripts/461948/1216526/FBase%20Lib.js hivatkozást.

Fejlesztő
satology
Verzió
0.0.3
Létrehozva
2023.03.16.
Frissítve
2023.07.07.
Size
3 KB
Licensz
Ismeretlen

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.