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 / previewCamera.html
Created July 31, 2021 05:25
Preview Camera before Joining a Call
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title></title>
<style>
* { margin: 0; padding: 0; }
html, body { text-align: center; overflow: hidden; background-color: black; }
#video { height: 100vh;width: auto; display: inline-block; }
</style>
@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';