NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript==
// @name Bypass Glassdoor Login Restriction To See Reviews
// @description Easily browse Glassdoor for insights without creating an account.
// @include https://*.glassdoor.*/*
// @license MIT
// ==/UserScript==
document.getElementById("ContentWallHardsell").innerHTML = "ContentWallHardsell";
var r="html,body{overflow:auto !important;}";
var s=document.createElement("style");
s.type="text/css";
s.appendChild(document.createTextNode(r));
document.body.appendChild(s);
void 0;