Skip to content

Instantly share code, notes, and snippets.

@chemix
Created October 20, 2019 09:07
Show Gist options
  • Save chemix/9d8ba63510a561e45b40b48cbff94240 to your computer and use it in GitHub Desktop.
Save chemix/9d8ba63510a561e45b40b48cbff94240 to your computer and use it in GitHub Desktop.
document.querySelector('table').remove();
document.querySelector('hr').remove();
document.querySelector('table').remove();
document.querySelector('hr').remove();
document.querySelector('table > tbody > tr').remove();
document.querySelector('table > tbody > tr').remove();
window.print();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment