Library that Exports my simplified vanilla JS version of WaitForKeyElement, which is a simple async function that returns a Promise that resolves to an element by a given selector, when that element is found
コードが変更されたバージョンのみを表示しています すべてのバージョンを表示
WaitForKeyElement - Added WaitForKeyElementOnDocument
Bump version to 1.1.0 and add WaitForKeyElementOnDocument(doc, selector, timeout) — a variant of WaitForKeyElement that operates on a provided Document (useful for iframes or other document contexts). Keeps existing WaitForKeyElement behavior; minor indentation/formatting adjustments.
Changed license to Unlicense on all scripts
WaitForKeyElement: 1.0.1 - Reject reason