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
| // - Dans un navigateur, se connecter à https://www.altered.gg | |
| // - Se mettre sur sa collection. | |
| // - ex: https://www.altered.gg/fr-fr/cards?collection=true | |
| // Lancer en console (click droit > inspecter > console, coller le code suivant) | |
| // - Observer... | |
| // /!\ Donne au premier ami avec ce code. Adapter éventuellement ! | |
| // /!\ Sujet à changement dans le code HTML d’Altered… | |
| // Si ça peut servir à d’autres… | |
| var sleep = ms => () => new Promise((resolve, reject) => window.setTimeout(resolve, ms)); | |
| var run = function() { |
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
| <?xml version="1.0"?> | |
| <ruleset name="SPIP"> | |
| <!-- | |
| Liens utiles | |
| https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards | |
| https://github.com/ucfcdl/fuelphp-phpcs/tree/master/Standards/FuelPHP | |
| https://github.com/vanilla/addons/tree/master/standards/Vanilla | |
| --> | |
| <description>Coding rules for SPIP</description> |