Skip to content

Instantly share code, notes, and snippets.

@moreinthemiddle
Last active January 13, 2023 17:37
Show Gist options
  • Save moreinthemiddle/3d5517eabba1fd0547d3cb93ee2cc5ac to your computer and use it in GitHub Desktop.
Save moreinthemiddle/3d5517eabba1fd0547d3cb93ee2cc5ac to your computer and use it in GitHub Desktop.
document.querySelectorAll('a.still-image').forEach(e=>{e.children[0].src=e.href})
document.querySelectorAll('div.attachments, div.gallery-row, div.attachment.image, a.still-image, a.still-image > img').forEach(e=>{e.style='max-height: unset; display: unset;'})
document.querySelector('nav').style='transform-origin: top left; transform: scale(1,0.25)'
document.querySelector('.timeline-container').style='width:100% !important'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment