Skip to content
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.

Commit

Permalink
dont show theme buttons for now
Browse files Browse the repository at this point in the history
  • Loading branch information
maltejur committed Mar 2, 2023
1 parent 96bca52 commit d525720
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions assets/userscript.js
Original file line number Diff line number Diff line change
Expand Up @@ -328,17 +328,17 @@ function main() {
})
);

section.appendChild(
createButton("Install Theme", () => {
userscript.showThemeDialog();
})
);

section.appendChild(
createButton("Uninstall Theme", () => {
userscript.installUserStyles("");
})
);
// section.appendChild(
// createButton("Install Theme", () => {
// userscript.showThemeDialog();
// })
// );

// section.appendChild(
// createButton("Uninstall Theme", () => {
// userscript.installUserStyles("");
// })
// );

section.appendChild(
createSwitch(
Expand Down

0 comments on commit d525720

Please sign in to comment.