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

Commit d525720

Browse files
committed
dont show theme buttons for now
1 parent 96bca52 commit d525720

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

assets/userscript.js

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -328,17 +328,17 @@ function main() {
328328
})
329329
);
330330

331-
section.appendChild(
332-
createButton("Install Theme", () => {
333-
userscript.showThemeDialog();
334-
})
335-
);
336-
337-
section.appendChild(
338-
createButton("Uninstall Theme", () => {
339-
userscript.installUserStyles("");
340-
})
341-
);
331+
// section.appendChild(
332+
// createButton("Install Theme", () => {
333+
// userscript.showThemeDialog();
334+
// })
335+
// );
336+
337+
// section.appendChild(
338+
// createButton("Uninstall Theme", () => {
339+
// userscript.installUserStyles("");
340+
// })
341+
// );
342342

343343
section.appendChild(
344344
createSwitch(

0 commit comments

Comments
 (0)