Skip to content

Instantly share code, notes, and snippets.

View cakuki's full-sized avatar

Can Kutlu Kınay cakuki

View GitHub Profile
@cakuki
cakuki / close_notifications_applescript.js
Created April 8, 2024 07:43 — forked from lancethomps/close_notifications_applescript.js
AppleScript to close all notifications on macOS Big Sur, Monterey, and Ventura
function run(input, parameters) {
const appNames = [];
const skipAppNames = [];
const verbose = true;
const scriptName = "close_notifications_applescript";
const CLEAR_ALL_ACTION = "Clear All";
const CLEAR_ALL_ACTION_TOP = "Clear";