Possible to view uncluttered bookmarked webpages in DTP?

This script is a good workaround. It calls up the page in Instapaper mode.

tell application "DEVONthink 3"
	do JavaScript "function iptxt(){var d=document;try{if(!d.body)throw(0);window.location='https://www.instapaper.com/text?u='+encodeURIComponent(d.location.href);}catch(e){alert('Please wait until the page has loaded.');}}iptxt();void(0)" in think window 1
end tell
3 Likes