Skip to content

Instantly share code, notes, and snippets.

View KhalilBHA's full-sized avatar
🇵🇸

Khalil BEN HADJ AYED KhalilBHA

🇵🇸
View GitHub Profile
(function() {
const attemptClose = () => {
const selectors = [
'[aria-label="Close"]',
'svg[aria-label="Close"]',
'div[role="button"] svg[aria-label="Close"]',
'._abl- [aria-label="Close"]'
];
let clicked = false;