I'd like to display some metadata when I print a document (see link attached). The metadata information splits with a '...' because of space cluttering with URL on the right. Can I get rid of this URL ?
I would like, for instance, to rewrite the URL to empty string only when I click on the print button in my app and then reset it to normal once printing is complete. enter image description here ?
I've already replaced current HTML title with metadata calling setTitle method of Angular titleService. Is there a similar service for URL rewriting, for example ?
Note that I'd preferably rather do this without using CSS rules… Thanks in advance. :)