Example: https://github.com/SayantanRC/DEREQ/blob/master/README.md
- Open developer console (Firefox -> F12)
- Click "Console" tab
- In Firefox, type
allow pasting
. Do not press enter. Press backspace and eraseallow pasting
. - Paste the following content and press Enter key:
document.querySelector('#readme').setAttribute('style', 'position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 100; background-color: white')
document.querySelector('body').appendChild(document.querySelector('#readme'))
window.print()