Scripts
Bibliothèques
-
Simple WaitForKeyElement JS (Bibliothèque) - 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
-
DeindentTemplateLiteralString JS (Bibliothèque) - Exports a simple function that can be passed a template literal. It strips code indentation from it while preserving intended indentation, by stripping out the smallest indent every line has in common.