@mozzer That worked really well, thanks!As a side note, I asked ChatGPT to create a toggle-able version of your bookmarklet. Here it is if anyone wants it:javascript:(()=>{const el = window.PDFViewerApplication?.pdfViewer?.container;if(!el) return;el...