Skip to content

Instantly share code, notes, and snippets.

@ongkiii
ongkiii / IPA-Sources.md
Last active October 2, 2025 21:30
REPOS/TELEGRAM CHANNELS LIST BY u/angkitbharadwaj
@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active October 2, 2025 21:30
Complete Recent Discord Quest

Complete Recent Discord Quest

Note

This does not works in browser for quests which require you to play a game! Use the desktop app to complete those.

How to use this script:

  1. Accept a quest under Discover -> Quests
  2. Press Ctrl+Shift+I to open DevTools
  3. Go to the Console tab
  4. Paste the following code and hit enter:
@mary-ext
mary-ext / bluesky-osa.md
Last active October 2, 2025 21:23
Bluesky's age assurance sucks, here's how to work around it.

Bluesky's age assurance sucks, here's how to work around it.

Bluesky has implemented age verification measures in response to regional laws that restrict access:

  • UK users are shown a banner for attempting identity verification through Epic Games' Kids Web Services before they could access adult content, following the Online Safety Act.

  • Mississippi users are completely blocked from acccessing Bluesky due to

@ErnaneJ
ErnaneJ / service.applescript
Last active October 2, 2025 21:20
AppleScript to create a service to improve text with Gemini on macos system ✨
--[[
AppleScript: Text Enhancement with Gemini 1.5 API
Version: 1.0
Developed by: Ernane Ferreira (https://github.com/ErnaneJ)
Description:
This script refines and formalizes selected text by utilizing the Gemini 1.5 Flash model from Google's API.
It integrates spelling, grammar, and stylistic improvements based on a given prompt.
Dependencies:
@scmx
scmx / jxa-ts-applescript-typescript.md
Last active October 2, 2025 21:19
How to write AppleScript JXA JavaScript in Vim or VS Code with TypeScript types #applescript #jxa #javascript #typescript #types #vim #coc

How to write AppleScript JXA JavaScript in Vim or VS Code with TypeScript types

jxa-ts-applescript-typescript

If you have written an AppleScript before, you might have felt the same way as I did, that it was a poor experience to use the Script Editor app, it's barely better than writing the script in any text editor or in a heredoc to run using osascript.

Luckily you could try the JXA variant instead, AppleScript using Javascript. But writing such a file in the Script Editor app is not a better experience sadly.

@jessedc
jessedc / Chrome Tab Automations.md
Last active October 2, 2025 21:11
Apple Script to close duplicate google chrome tabs. Build with Codename Goose.

Two scripts that can automate some Chrome tasks for you:

  1. Close duplicate tabs
  2. Save all your tabs to an Apple Notes Note

Run with osascript ~/close_chrome_duplicates.scpt or osascript ~/save_chrome_tabs_to_notes.scpt

Setup some alisases

How to install game-porting-toolkit (aka proton for macOS)

You also might wanna just use Whisky which does this automatically

This guide works on macOS 13.4+ using Command Line Tools for XCode 15 Beta!

What is this?

In the recent WWDC, Apple announced and released the "game porting toolkit", which upon further inspection this is just a modified version of CrossOver's fork of wine which is a "compatibility layer" that allows you to run Windows applications on macOS and Linux.

@nmasse-itix
nmasse-itix / README.md
Last active October 2, 2025 21:06
Why I decided to move away from Apple Notes

Why I decided to move away from Apple Notes

Why playing with the Apple Notes APIs, I realized there were not working properly and thus I had no means to automatically migrate my notes to another app. So, I decided to copy/paste my notes in another app (Bearnotes) while the number of notes was still manageable.

Below are my attempts to play with the Apple Notes API.

Trials

@yazanzaid00
yazanzaid00 / ShortKit.md
Last active October 2, 2025 21:05
Run macOS Shortcuts Links Silently in the Background

ShortKit: Headless Shortcuts Launcher for macOS

Tired of shortcuts:// links opening the Shortcuts GUI app every time? ShortKit is a lightweight AppleScript application that registers its own custom shortkit:// URL scheme, allowing you to silently trigger Shortcuts in the background—no GUI.


Installation

1. Create the AppleScript