yssWaitForNode

Be smart!

このスクリプトは単体で利用できません。右のようなメタデータを含むスクリプトから、ライブラリとして読み込まれます: // @require https://update.greatest.deepsurf.us/scripts/454354/1145153/yssWaitForNode.js

スクリプトをインストールするには、Tampermonkey, GreasemonkeyViolentmonkey のような拡張機能のインストールが必要です。

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

スクリプトをインストールするには、TampermonkeyViolentmonkey のような拡張機能のインストールが必要です。

スクリプトをインストールするには、TampermonkeyUserscripts のような拡張機能のインストールが必要です。

このスクリプトをインストールするには、Tampermonkeyなどの拡張機能をインストールする必要があります。

このスクリプトをインストールするには、ユーザースクリプト管理ツールの拡張機能をインストールする必要があります。

(ユーザースクリプト管理ツールは設定済みなのでインストール!)

このスタイルをインストールするには、Stylusなどの拡張機能をインストールする必要があります。

このスタイルをインストールするには、Stylus などの拡張機能をインストールする必要があります。

このスタイルをインストールするには、Stylus tなどの拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

(ユーザースタイル管理ツールは設定済みなのでインストール!)

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
作者
ysslang
バージョン
1.2.4.1
作成日
2022/11/06
更新日
2023/02/03
大きさ
4.49KB
ライセンス
不明

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);