Skip to content

Commit

Permalink
"Crunchyroll" page
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamlinerm committed Oct 31, 2023
1 parent 56317f9 commit 1caa54f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firefox/popup/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ function openIndividualSettings(setting) {
document.getElementsByClassName(setting + "UpArrow")[0].style.display = open ? "block" : "none";
}
function Menu(setting) {
const Pages = ["Video", "Amazon", "Netflix", "Disney", "Statistics", "Other", "Changelog", "Default"];
const Pages = ["Video", "Amazon", "Netflix", "Disney", "Crunchyroll", "Statistics", "Other", "Changelog", "Default"];
const noButton = ["Default"];
for (const page of Pages) {
document.getElementById(page + "Settings").style.display = "none";
Expand Down

0 comments on commit 1caa54f

Please sign in to comment.