Skip to content

Instantly share code, notes, and snippets.

View AndrewMuise's full-sized avatar

Andrew Muise AndrewMuise

View GitHub Profile
@AndrewMuise
AndrewMuise / index.html
Last active June 14, 2021 13:29
background throttling creates unpredictable behaviour after restoring unfocusable, frameless, transparent window
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<!-- https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP -->
<title>Hello World!</title>
</head>
<style>
body:hover { background-color: wheat !important}
</style>