Skip to content

Commit

Permalink
Version 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
henrynaja committed May 9, 2024
1 parent 0a8ca72 commit abcf146
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
2 changes: 1 addition & 1 deletion content_scripts/vplan.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
--event-color: blue;
--new-color: yellow;
--main-nav-color: #0069A8;
--main-footer-text: "©2019-2024 Musterschule. Pläne bereitgestellt von Untis Stundenplan Software; BetterVPlan Version 1.3.2 (10.5.2024) erstellt von HenryNaja"
--main-footer-text: "©2019-2024 Musterschule. Pläne bereitgestellt von Untis Stundenplan Software; BetterVPlan Version 1.3.3 (10.5.2024) erstellt von HenryNaja"
}
body{
background-color: var(--main-bg-color);
Expand Down
11 changes: 1 addition & 10 deletions content_scripts/vplan.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if (hofdienst.innerHTML.includes("Hofdienst:")){
}

const footerClass = document.querySelector("footer");
footerClass.innerHTML = "©2019-2024 Musterschule. Pläne bereitgestellt von Untis Stundenplan Software <br><br> <a href=https://github.com/HY0077/bettervplan>BetterVPlan</a> Version 1.3.2 © 05/2024 by <a href=https://github.com/HY0077>HenryNaja</a> is licensed under <a href=https://creativecommons.org/licenses/by-nc-sa/4.0>CC BY-NC-SA 4.0</a>"
footerClass.innerHTML = "©2019-2024 Musterschule. Pläne bereitgestellt von Untis Stundenplan Software <br><br> <a href=https://github.com/HY0077/bettervplan>BetterVPlan</a> Version 1.3.3 © 05/2024 by <a href=https://github.com/HY0077>HenryNaja</a> is licensed under <a href=https://creativecommons.org/licenses/by-nc-sa/4.0>CC BY-NC-SA 4.0</a>"


/*Color Code zum teilen mit Freunden erstellen*/
Expand Down Expand Up @@ -68,15 +68,6 @@ document.querySelector("tr.list:nth-child(2) th:nth-child(3)").innerHTML = "stat
document.querySelector("tr.list:nth-child(2) th:nth-child(4)").innerHTML = "statt Fach"
document.querySelector("tr.list:nth-child(2) th:nth-child(5)").innerHTML = "Lehrer bzw. Vertretung"

text = "code.txt"






const script = document.createElement('script');
script.innerHTML =

document.getElementsByTagName('body')[0].appendChild(script);

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

"manifest_version": 2,
"name": "BetterVPlan",
"version": "1.3.2",
"version": "1.3.3",

"description": "Konvertiert die Farben von vertretungsplan.musterschule.de zu Dark Mode, die Farben für einzelne Bereiche sind frei wählbar (ab Version 3.0)",

Expand Down

0 comments on commit abcf146

Please sign in to comment.