wedrifid comments on Dark Arts 101: Using presuppositions - Less Wrong
You are viewing a comment permalink. View the original post to see all comments and the full post content.
You are viewing a comment permalink. View the original post to see all comments and the full post content.
Comments (81)
The "Save Webpage As" feature will perhaps be a better solution copy and paste, although you will still not save comments that are nested more than half a dozen or so deep (not that this is usually a problem). That allows you to read in offline mode allowing you to disconnect the net connection.
If you explicitly want to not have visible hyperlinks to click on then you have a few options to be rid of them:
:s/\<a /<a style="display: none" /g. On a linux command line that would mean runningsed 's/\<a /<a style="display: none" /g' foo.html> foo2.html.(None of the above are tested. I don't happen to have any of those pieces of software installed on this machine and would have to walk all the way to the next room to try it. I'm not sure if there is interest to warrant it but those would be my approaches.)