1
0
Fork 0

main.user.js aktualisiert
Some checks failed
QS / QS (push) Failing after 4s

This commit is contained in:
Snoweuph 2024-07-28 09:28:29 +00:00
parent a86480632d
commit 7dc9d5ac71

View file

@ -3,7 +3,7 @@
// @namespace https://git.euph.dev/Snoweuph // @namespace https://git.euph.dev/Snoweuph
// @match https://army-forge.onepagerules.com/view* // @match https://army-forge.onepagerules.com/view*
// @grant none // @grant none
// @version 1.0.1 // @version 1.0.2
// @author Snoweuph // @author Snoweuph
// @require https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js // @require https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js
// @require https://html2canvas.hertzen.com/dist/html2canvas.min.js // @require https://html2canvas.hertzen.com/dist/html2canvas.min.js
@ -52,9 +52,8 @@ function generateCards() {
} }
function generateRules() { function generateRules() {
const rules_root = const rules_root = document.getElementsByClassName("MuiContainer-root")[0].lastElementChild.firstElementChild.firstElementChild.firstElementChild.firstElementChild.lastElementChild
document.getElementsByClassName("MuiContainer-root")[1].firstElementChild.firstElementChild.firstElementChild.firstElementChild.lastElementChild; rules_root.style.display = "flex"
rules_root.style.displa = "flex"
rules_root.style.flexDirection = "column" rules_root.style.flexDirection = "column"
rules_root.style.gap = "1rem" rules_root.style.gap = "1rem"