|
|
|
|
|
by dheera
1883 days ago
|
|
Just hit F12 and paste this into the console when they ask for it document.querySelector('.Modal').remove();
document.body.classList.remove('Scroll--locked');
document.body.style.overflow="scroll";
document.body.style.position="static";
|
|