summaryrefslogtreecommitdiffstats
path: root/.config/qutebrowser/greasemonkey/glassdoor-css.js
blob: d0e0e49185a3434b504b7b1e1cae84f89dd80eb7 (plain) (blame)
1
2
3
4
5
6
7
8
9
// ==UserScript==
// @name         glassdoor
// @match        https://*.glassdoor.com/*
// @grant        none
// ==/UserScript==

window.addEventListener('load', function () {
  window.onscroll = null;
})
remember that computers suck.