Hide Download Desktop app button

This commit is contained in:
Vendicated
2023-04-05 05:31:44 +02:00
parent cf23b6d028
commit d9f2b15e84
5 changed files with 17 additions and 3 deletions

View File

@@ -1,3 +1,5 @@
import "./hideGarbage.css";
// Make clicking Notifications focus the window
const originalSetOnClick = Object.getOwnPropertyDescriptor(Notification.prototype, "onclick")!.set!;
Object.defineProperty(Notification.prototype, "onclick", {