dont show theme buttons for now
This commit is contained in:
@@ -328,17 +328,17 @@ function main() {
|
||||
})
|
||||
);
|
||||
|
||||
section.appendChild(
|
||||
createButton("Install Theme", () => {
|
||||
userscript.showThemeDialog();
|
||||
})
|
||||
);
|
||||
// section.appendChild(
|
||||
// createButton("Install Theme", () => {
|
||||
// userscript.showThemeDialog();
|
||||
// })
|
||||
// );
|
||||
|
||||
section.appendChild(
|
||||
createButton("Uninstall Theme", () => {
|
||||
userscript.installUserStyles("");
|
||||
})
|
||||
);
|
||||
// section.appendChild(
|
||||
// createButton("Uninstall Theme", () => {
|
||||
// userscript.installUserStyles("");
|
||||
// })
|
||||
// );
|
||||
|
||||
section.appendChild(
|
||||
createSwitch(
|
||||
|
||||
Reference in New Issue
Block a user