Run the following command in Console of the browser. Facebook = { config: { actionDelay: 1000, scrollDelay: 5000, // set to -1 for no limit maxRequestsToAccept: -1, totalRequestsAccepted: 0, // set string to be present in names to be accepted, leave empty to accept all mustIncludeInName: [], }, inspect: function (data, config) { console.info("INFO: script initialized on the page data..."); console.debug("DEBUG: finding confirm buttons..."); var confirmDivEles = document.querySelectorAll('[aria-label="Confirm"]'); data = []; for (var i = 0; i < confirmDivEles.length; i++) { ...