Skip to content

Instantly share code, notes, and snippets.

View OwnageBanana's full-sized avatar

Adam Mills OwnageBanana

  • Canada
View GitHub Profile
@OwnageBanana
OwnageBanana / index.html
Created June 14, 2021 13:29 — forked from AndrewMuise/index.html
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>