It’s pretty nasty—loads from a 3rd party domain (termly.io) that is blocked by uBO, and I had to disable it to load at all. After that, it loads into an iframe with a src of https://app.termly.io/policy-viewer/iframe-content.html?policyUUID=97db19c6-7afc-444b-bd38-9a2ac329fcac which you can load directly and print. It still has all the user-select: none css settings applied so you can’t highlight / copy / paste, but that’s easy enough to remove in the inspector.
It’s pretty nasty—loads from a 3rd party domain (termly.io) that is blocked by uBO, and I had to disable it to load at all. After that, it loads into an iframe with a src of https://app.termly.io/policy-viewer/iframe-content.html?policyUUID=97db19c6-7afc-444b-bd38-9a2ac329fcac which you can load directly and print. It still has all the
user-select: none
css settings applied so you can’t highlight / copy / paste, but that’s easy enough to remove in the inspector.