Skip to content

Instantly share code, notes, and snippets.

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
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
@OfficialZygorg
OfficialZygorg / gradingsautomation.js
Last active August 26, 2023 01:02
Gradings automation for seder3214 incremental mass rewritten mod
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),