Skip to content

Instantly share code, notes, and snippets.

View nathanlws's full-sized avatar

Nathan Williams nathanlws

  • San Francisco, CA
View GitHub Profile
@aldenks
aldenks / widehub.js
Last active August 9, 2021 12:44
Wide github diffs on demand
/**
* Put this in a bookmark, click it when you want to make github pull request diffs extra wide!
* There's a million extensions that do this, but this is only on demand and small enough you
* you can understand it and trust it with access to your github.
*/
javascript: document.body.classList.toggle('full-width');