GitHub

Pinned Loading

  1. ebook → self-contained HTML; an {epub, mobi, azw, azw3, lit, chm} converter that outputs a single HTML file with images inlined as data: URIs

    HTML 33 1

  2. The archivist's web crawler: WARC output, dashboard for all crawls, dynamic ignore patterns

    Python 1.6k 156

  3. A userscript to click "show more" links to expand all the text on a page, without slowing things down too much

    JavaScript 107 5

  4. Bookmarklets which I use frequently

    14

  5. 1

    #!/bin/zsh

    2

    # This is meant to be sourced; shebang line is for editors

    3

    
                  

    4

    umask 027

    5

    
                  
  6. 1

    # Useful extensions

    2

    
                  

    3

    - https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-ssh

    4

    - https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig will read `.editorconfig` files so that your per-project indentation settings are respected

    5

    - https://marketplace.visualstudio.com/items?itemName=rebornix.toggle will let you toggle settings (or several) with a keystroke

Read the original on github.com ↗