Is there a parameter I can add to the PDF paginated bookmarklet that puts it in de-clutter mode?
javascript:window.location=
'x-devonthink://createPDF?
title='+encodeURIComponent(document.title)
+'&location='+encodeURIComponent(window.location)
+'&referrer='+encodeURIComponent(document.referrer)
+'&source='+encodeURIComponent(document.documentElement.outerHTML)
+'&paginated=Yes&width='
+window.innerWidth;