Last active
          March 27, 2017 09:34 
        
      - 
      
- 
        Save meeDamian/bba3730248d2bac16f8bd33bb2be35db to your computer and use it in GitHub Desktop. 
  
    
      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
    
  
  
    
  | <html> | |
| <head> | |
| <!-- useless crap goes here… --> | |
| </head> | |
| <body> | |
| <!-- some more of the useless crap… --> | |
| <!-- … --> | |
| <script> | |
| // use this if you only support non-retarded browsers | |
| $(() => document.body.innerHTML = document.body.innerHTML.replace(/\s(\w)\s/g, ' $1 ')); | |
| </script> | |
| </body> | |
| </html> | 
  
    
      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
    
  
  
    
  | <html> | |
| <head> | |
| <!-- useless crap goes here… --> | |
| </head> | |
| <body> | |
| <!-- some more of the useless crap… --> | |
| <!-- … --> | |
| <script> | |
| // use this if you also need to support retarded browsers | |
| $(function() { | |
| document.body.innerHTML = document.body.innerHTML.replace(/\s(\w)\s/g, ' $1 '); | |
| }); | |
| </script> | |
| </body> | |
| </html> | 
  
    
      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
    
  
  
    
  | <html> | |
| <head> | |
| <!-- useless crap goes here… --> | |
| </head> | |
| <body> | |
| <!-- some more of the useless crap… --> | |
| <!-- … --> | |
| <script> | |
| // use this if you also need to support retarded browsers | |
| $(function() { | |
| document.body.innerHTML = document.body.innerHTML.replace(/\s(\w)\s/g, ' $1 ').replace(/(dr|prof\.)\s/gi, '$1 '); | |
| }); | |
| </script> | |
| </body> | |
| </html> | 
  
    
      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
    
  
  
    
  | document.body.innerHTML = document.body.innerHTML.replace(/\s(\w)\s/g, ' $1 ').replace(/(dr|prof\.)\s/gi, '$1 '); | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment