This file contains 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
// ==UserScript== | |
// @name Hide hardsell - glassdoor.com | |
// @namespace Violentmonkey Scripts | |
// @match https://www.glassdoor.com/* | |
// @version 1.0 | |
// @author @christopher-hayes | |
// @description Hide the hardsell popup on Glassdoor | |
// ==/UserScript== | |
function killHardSell() { | |
document.body.style.height = 'unset'; |
NewerOlder