Skip to content

Instantly share code, notes, and snippets.

View Rebolon's full-sized avatar
🤩
going back to Angular (v16)

Benjamin RICHARD Rebolon

🤩
going back to Angular (v16)
View GitHub Profile
@noelbundick
noelbundick / LICENSE
Last active August 27, 2025 16:10
Exclude WSL installations from Windows Defender realtime protection
MIT License
Copyright (c) 2018 Noel Bundick
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
@Rebolon
Rebolon / enedis-info-par-heure.js
Last active April 28, 2025 16:19
Télécharger les 2 dernières années de consommation électrique par heure depuis le site enedis
0. Il faut avoir activé la remontée d'info sur le site d'enedis
1. Aller sur le site d'enedis, page de visualisation des mesures : https://mon-compte-particulier.enedis.fr/visualiser-vos-mesures-production
2. Ourvir le devtools de votre navigateur : touche F12
3. Coller le script dans la console du devTools
4. Faire un clique droit sur le tableau affiché à la fin du script et choisir Copier Objet
5. Coller le contenu dans un fichier texte/js/json
Faites en ce que vous voulez pour analyser
Script :