SILENT KILLERPanel

Current Path: > home > codekrsu > > ameliagraphics.com > wp-content > plugins > extendify > src > HelpCenter > > lib


Operation   : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: /home/codekrsu//ameliagraphics.com/wp-content/plugins/extendify/src/HelpCenter//lib

NameTypeSizeLast ModifiedActions
api.js File 992 bytes February 14 2025 00:15:08.
tour-helpers.js File 461 bytes March 14 2024 20:40:46.
utils.js File 227 bytes May 12 2025 16:42:28.

Reading File: /home/codekrsu//ameliagraphics.com/wp-content/plugins/extendify/src/HelpCenter//lib/tour-helpers.js

export const waitUntilExists = (selector) => {
	return new Promise((resolve) => {
		const interval = setInterval(() => {
			if (document.querySelector(selector)) {
				clearInterval(interval);
				resolve();
			}
		}, 50);
	});
};
export const waitUntilGone = (selector) => {
	return new Promise((resolve) => {
		const interval = setInterval(() => {
			if (!document.querySelector(selector)) {
				clearInterval(interval);
				resolve();
			}
		}, 50);
	});
};

SILENT KILLER Tool