Updated: Just use qutebrowser (and disable javascript). The web is done for.
      
      Loading
      
  Sorry, something went wrong. Reload?
      Sorry, we cannot display this file.
      Sorry, this file is invalid so it cannot be displayed.
      
    
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | var http = require('http'), | |
| url = require('url'), | |
| fs = require('fs'); | |
| var port = 9000; | |
| var httpServer = http.createServer(function(request, response) { | |
| var parsedUrl = url.parse(request.url); | |
| var requestData; | |
| var requestOpts = { | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!/usr/bin/env perl | |
| # | |
| # http://daringfireball.net/2007/03/javascript_bookmarklet_builder | |
| use strict; | |
| use warnings; | |
| use URI::Escape qw(uri_escape_utf8); | |
| use open IO => ":utf8", # UTF8 by default | |
| ":std"; # Apply to STDIN/STDOUT/STDERR | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!/bin/bash | |
| # updated in 2020 because my bash skills were not that sophisticated in 2012 | |
| LIST=/tmp/LIST.TROJANS.$(date '+%Y%m%d').txt | |
| PATT="eval(base64_decode" | |
| REGEX="eval\(base64_decode" | |
| if [[ ! -s "$LIST" ]] ; then | |
| # find all infected php files and put them in $LIST file | |
| grep -l -R --include=*.php "$PATT" * > "$LIST" | |
| fi | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | ~/Library/Application Support/Google/Picasa/db3/ |