Created
January 12, 2021 03:40
-
-
Save Briuor/534d9043d4c021b1fa693a8966ef18b0 to your computer and use it in GitHub Desktop.
Skip avaliation and salary on glassdoor.com
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
// Copy paste this code on console tab | |
$('.css-6ile9a').css({display: 'none', visibility: 'hidden'}); | |
$('body').css('overflow-y', 'auto'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment