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
| uBlock Origin: 1.67.0 | |
| Firefox: 144 | |
| filterset (summary): | |
| network: 345907 | |
| cosmetic: 230375 | |
| scriptlet: 58560 | |
| html: 2794 | |
| listset (total-discarded, last-updated): | |
| added: | |
| adguard-generic: 88576-4594, 6m |
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
| LooseFiles - Version: 1 | |
| Customizable Regalia - Version: 1.0.0 | |
| Phillip Andrada: Gas Station Manager - Version: 1.14.1aa | |
| $$$ Dakkaholics Sprites - Version: 1.4 | |
| $$$ Trailer Moments - Version: 1.4 | |
| 1 - VIC recombobulation - Version: 1.1.5 | |
| 1z - Prism ship list - Version: 1.0.0 | |
| 1z - reasonable techmining - Version: 1.0 | |
| A New Level of Confidence TO 120 RAPID - Version: 40 3.2 Fast | |
| ARC - Version: 0.3.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
| function gradings(a, b, c, d, e, mode, time = EINF) { | |
| //it creates a variable called grading with each grading and the time for the interval | |
| //a-e for the amount of gradings | |
| //mode is for the giving mode, 1 for 1 random each loop, 2 for 10 random each loop, 3 for all random | |
| grading = { | |
| a: new Decimal(a), | |
| b: new Decimal(b), | |
| c: new Decimal(c), | |
| d: new Decimal(d), | |
| e: new Decimal(e), |