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
    
  
  
    
  | /* Hide avatar decorations */ | |
| [class*="avatarDecoration_"] { | |
| display: none !important; | |
| } | |
| /* Hide profile effects */ | |
| [class*="profileEffects_"] { | |
| display: none !important; | |
| } | 
  
    
      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
    
  
  
    
  | /* Disclaimer eu n sei oq to fazendo | |
| * nao use esse código ele foi so pra eu aprender | |
| */ | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| typedef struct list { | |
| int size; | |
| int *elements; | 
  
    
      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
    
  
  
    
  | const urls = [ | |
| // URL strings here. | |
| ]; | |
| var https = require("https"), | |
| Stream = require("stream").Transform, | |
| fs = require("fs"); | |
| function download(url, filename) { | |
| https |