Skip to content

Instantly share code, notes, and snippets.

View Radfordhound's full-sized avatar

Graham Scott Radfordhound

View GitHub Profile
@sneakyness
sneakyness / togglePDFDarkMode.js
Created May 24, 2020 09:04
Chrome/Brave PDF Viewer Dark Mode Toggle
// When using in-browser PDF viewer, you can inspect it and run this in the console
// It's using CSS Blending to invert the colors of the PDF
function togglePDFDarkMode() {
var cover = document.createElement("div");
let inversion = `
position: fixed;
pointer-events: none;
top: 0;
left: 0;
width: 100vw;
@rafszul
rafszul / love2d-game-maker.md
Last active August 29, 2015 14:22
love2d-game-maker.md