Is there a way to dynamically insert the page title into the print version of my website using jQuery and CSS? I have a separate print.css file, but I'm wondering if it's possible to grab the title data as a variable in jQuery and then use CSS to insert it, like div:before {content: "variable name goes here"}. Are there any other approaches to achieve this?