Skip to content

Instantly share code, notes, and snippets.

View Christopher-Hayes's full-sized avatar
🇺🇦
stand-with-ukraine.pp.ua

Chris​‌​‮ ‬Hayes‌​​​ Christopher-Hayes

🇺🇦
stand-with-ukraine.pp.ua
View GitHub Profile
@Christopher-Hayes
Christopher-Hayes / hideGlassDoorHardsell.js
Created July 17, 2021 20:38
Hide GlassDoor Hardsell Popup - ViolentMonkey Script
// ==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';