Created
August 19, 2025 16:59
-
-
Save fastmover/23a41b6450714d1431d76fc46b31f9a2 to your computer and use it in GitHub Desktop.
jobsleads.com unblur
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Remove body blur | |
| document.querySelector('body').removeAttribute('class') | |
| // Remove registration modal - classes: app-modal RegistrationModal registration-modal | |
| document.querySelector('.RegistrationModal').remove() | |
| // Remove blur & styling - job-preview-description | |
| document.querySelector('.job-preview-description').removeAttribute('class') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment