dillo (85B)
1 #!/bin/sh 2 3 /usr/bin/dillo "$@" 4 5 pgrep dpid && killall dpid 6 pgrep \.dpi$ | xargs kill