MCPcopy Create free account
hub / github.com/SKVNDR/FastDork / clearPayloadInput

Function clearPayloadInput

Script/FastDork.js:1402–1405  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1400 UI.payloadEditorLabel.textContent = "Payload";
1401 }
1402 function clearPayloadInput() {
1403 if (UI.payloadInput) UI.payloadInput.value = "";
1404 updatePayloadLineCount();
1405 }
1406 function removeEmptyPayloadLines() {
1407 if (!UI.payloadInput || typeof UI.payloadInput.value !== "string") return;
1408 UI.payloadInput.value = UI.payloadInput.value

Callers 3

resetDorkListSelectionsFunction · 0.85
setupImportButtonFunction · 0.85

Calls 1

updatePayloadLineCountFunction · 0.85

Tested by

no test coverage detected