browsing passworded pages offline
Dan Jacobson <[email protected]>
| Newsgroups | gmane.network.wwwoffle.user |
|---|---|
| Message-ID | <[email protected]> |
One won't have much luck clicking on pages in lasttime (http://softstools.com/fartz) that are actually passworded (http://me:pasw-XTZ8/[email protected]/fartz). However I found a way to still see them. In fact, I am so clever, I have made a bash function about it: wwwoffle_browse_passworded(){ wwwoffle-ls ${1-lasttime}| awk '$NF~/@/{print $NF}'|xargs -r -n 1 w3m;} P.S. "mi": your messages often have tons of blank lines appended.