Skip to content

Instantly share code, notes, and snippets.

@JuanRetard
JuanRetard / gist:3edd02d3cb793fc16d02fe9fb734a8a5
Created February 7, 2026 09:39
i didnt made this i found it and it worked rn atleast
; (async function () {
// Constants
/** @const {number} - The number of comments to delete in each batch. */
const DELETION_BATCH_SIZE = 10
/** @const {number} - The delay between actions in milliseconds. */
const DELAY_BETWEEN_ACTIONS_MS = 1000
/** @const {number} - The delay between clicking the checkboxes in milliseconds. */
const DELAY_BETWEEN_CHECKBOX_CLICKS_MS = 300
/** @const {number} - The maximum number of retries for waiting operations */
const MAX_RETRIES = 60