Skip to content

Instantly share code, notes, and snippets.

@hrueger
Created October 24, 2021 07:35
Show Gist options
  • Save hrueger/38857b38c42679dabc4af966d546a610 to your computer and use it in GitHub Desktop.
Save hrueger/38857b38c42679dabc4af966d546a610 to your computer and use it in GitHub Desktop.
Create a High-Res Screenshot of h2rgear.com

Create a High-Res Screenshot of h2rgear.com

  1. Use Firefox
  2. Open your plan in h2rgear.com
  3. Open the Dev Tools (Ctrl + Shift + I)
  4. Run document.querySelector(".pb-16.px-6.fixed.bottom-0.right-0.z-20.flex.w-screen.justify-between.items-end").remove();document.querySelector(".px-6.py-2.w-screen.overflow-auto.bg-white.border-t-2.border-solid.border-gray-300.z-20.fixed.bottom-0.right-0.flex.justify-between.items-center").remove();
  5. Run :screenshot --dpr 4
  6. For even better screenshots increase the number behind the --dpr flag
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment