yssWaitForNode

Be smart!

Skrip ini tidak untuk dipasang secara langsung. Ini adalah pustaka skrip lain untuk disertakan dengan direktif meta // @require https://update.greasyfork.org/scripts/454354/1145153/yssWaitForNode.js

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Penulis
ysslang
Versi
1.2.4.1
Dibuat
06 November 2022
Diperbarui
03 Februari 2023
ukuran
4,49 KB
Lisensi
N/A

Usage

var WFN = new WaitForNode();

  url = '';
  url = 'https://valid.url.com/path/or/not'
  url = 'part.of/url'
  url = 'regex.string'
  url = /regex/
  url = ['a', 'list', 'of', 'urls', 'or', 'parts', 'or', /regex/]

WFN.add(name, url, selector, callback);
WFN.add(name, url, selector, callback, options);

  const lists = [
    [selector],
    [subname, selector],
    [selector, callback],
    [subname, selector, callback],
    [subname, url, selector, callback],
    [selector, callback, options],
    [subname, selector, callback, options],
    [subname, url, selector, callback, options],
  ]

WFN.batchAdd(name, url, lists);
WFN.batchAdd(name, url, lists, callback);
WFN.batchAdd(name, url, lists, options);
WFN.batchAdd(name, url, lists, callback, options);

WFN.addCss(name, url, cssString);