This commit is contained in:
parent
a86480632d
commit
7dc9d5ac71
1 changed files with 3 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
|||
// @namespace https://git.euph.dev/Snoweuph
|
||||
// @match https://army-forge.onepagerules.com/view*
|
||||
// @grant none
|
||||
// @version 1.0.1
|
||||
// @version 1.0.2
|
||||
// @author Snoweuph
|
||||
// @require https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js
|
||||
// @require https://html2canvas.hertzen.com/dist/html2canvas.min.js
|
||||
|
@ -52,9 +52,8 @@ function generateCards() {
|
|||
}
|
||||
|
||||
function generateRules() {
|
||||
const rules_root =
|
||||
document.getElementsByClassName("MuiContainer-root")[1].firstElementChild.firstElementChild.firstElementChild.firstElementChild.lastElementChild;
|
||||
rules_root.style.displa = "flex"
|
||||
const rules_root = document.getElementsByClassName("MuiContainer-root")[0].lastElementChild.firstElementChild.firstElementChild.firstElementChild.firstElementChild.lastElementChild
|
||||
rules_root.style.display = "flex"
|
||||
rules_root.style.flexDirection = "column"
|
||||
rules_root.style.gap = "1rem"
|
||||
|
||||
|
|
Loading…
Reference in a new issue