1
0
Fork 0

main.user.js aktualisiert
All checks were successful
QS / QS (push) Successful in 4s

This commit is contained in:
Snoweuph 2024-07-28 11:19:12 +00:00
parent 2ec6d1d775
commit 90c368ff00

View file

@ -68,7 +68,7 @@ function generateRules() {
rules_list.style.flexDirection = "column";
rules_list.style.gap = "1rem";
html2canvas(rules_root, { scale: 15, backgroundColor: null }).then(
html2canvas(rules_root, { scale: 8, backgroundColor: null }).then(
(canvas) => {
const link = document.createElement("a");
link.download = "Rules.png";