Skip to content

Instantly share code, notes, and snippets.

@cmdr2
Created July 28, 2026 05:57
Show Gist options
  • Select an option

  • Save cmdr2/4f46c1fbb8af3a07fe76efaa503e98da to your computer and use it in GitHub Desktop.

Select an option

Save cmdr2/4f46c1fbb8af3a07fe76efaa503e98da to your computer and use it in GitHub Desktop.
Focused reader bookmarklet
javascript:(function(){var d=document;var elms=d.querySelectorAll('style,link[rel="stylesheet"]');for(var i=0;i<elms.length;i++){elms[i].parentNode.removeChild(elms[i]);}var s=d.createElement('style');s.innerHTML='* { background: #181a1b !important; color: rgb(232, 230, 227) !important; font-family: monospace !important; font-size: 12pt !important; line-height: 1.2 !important; border: none !important; } a { color: rgb(232, 230, 227) !important; text-decoration: underline !important; } a:visited { color: rgb(232, 230, 227) !important; } img, svg, canvas { filter: invert(1) hue-rotate(180deg) opacity(0.6) !important; }';d.head.appendChild(s);})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment