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
    
  
  
    
  | let likes = 0; | |
| setInterval(() => { | |
| const heart = document.querySelector('svg[aria-label="Like"]'); | |
| const arrow = document.querySelector('a.coreSpriteRightPaginationArrow'); | |
| if (heart) { | |
| heart.parentNode.click() | |
| likes++; | |
| console.log(`You've liked ${likes} post(s)`); | |
| } | |
| arrow.click(); | 
  
    
      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
    
  
  
    
  | { | |
| "final_space": true, | |
| "console_title": true, | |
| "console_title_style": "folder", | |
| "blocks": [ | |
| { | |
| "type": "prompt", | |
| "alignment": "left", | |
| "horizontal_offset": 0, | |
| "vertical_offset": 0, | 
  
    
      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
    
  
  
    
  | #=============================================================================== | |
| # FILE: auto-reconnect-vpn.ps1 | |
| # | |
| # DESCRIPTION: Automatically reconnect a named VPN which has been disconnected. | |
| # | |
| # AUTHOR: Laffargue Michael | |
| # VERSION: 1.0.0 | |
| # LICENSE: MIT License | |
| #=============================================================================== | |
| # Name of the VPN connexion |