Skip to content

Instantly share code, notes, and snippets.

View Ambi93's full-sized avatar

Amber Lewis Ambi93

  • Port Macquarie, NSW Australia
View GitHub Profile
@Ambi93
Ambi93 / HOW_TO_BUILD_THE_SHORTCUT.md
Created March 22, 2026 09:11
Orion iOS Extension Compatibility – API Lookup CSV for SheetBox + iOS Shortcuts

🦁 Orion iOS Extension Checker – Shortcut Build Guide

This Shortcut uses SheetBox to read OrionAPILookup.csv and check whether a Chrome/Firefox extension will work on Orion iOS.


Prerequisites

  • SheetBox app installed
  • OrionAPILookup.csv saved to your Files app (iCloud Drive or On My iPhone)
@Ambi93
Ambi93 / code.js
Created October 27, 2025 05:23 — forked from supermamon/code.js
Example Google Apps Script WebApp to read/append to a Spreadsheet
/*
How to setup
============
1. Go to https://script.google.com and login
2. Click New Project
3. Give the project a name be clicking on "Untitled Project" and giving a new name
4. Copy this whole code and overwrite everything on Code.gs file. Click on the Save icon to save.
5. Go to Google drive and open the worksheet that you want to manipulate
6. Take a look at the url. It should be in this format -- https://docs.google.com/spreadsheets/d/spreadheet-id-as-some-long-seemingly-random-characters/edit#gid=478439860
@Ambi93
Ambi93 / yt_video_url.md.txt
Created February 18, 2025 04:12 — forked from ll14m4n/yt_video_url.md.txt
obsidian youtube templater
<%*
/*
You need to install yt-dlp and jq to use this template:
$ brew install yt-dlp jq # on macOS
You need to define user function in Templater plugin settings named "ytmeta" with the following command:
/opt/homebrew/yt-dlp -j "https://www.youtube.com/watch?v=${id}" | /opt/homebrew/jq "${query}"
replace /opt/homebrew with your path to yt-dlp and jq
@Ambi93
Ambi93 / youtube-dl.py
Created December 9, 2024 21:56 — forked from nneonneo/youtube-dl.py
YouTube-DL for Pythonista - download YouTube videos on your iPhone/iPad!
#!python3
'''
Directions:
- install yt-dlp via Pip (e.g. using (StaSh)[https://github.com/ywangd/stash] - `pip install yt-dlp`)
- add this script as a Share extension through Settings -> Share Extension Shortcuts
- while watching a video in the YouTube site or app, just share the video to Pythonista and select this script
- the video will download, and when it's done you can share the video file itself with any app (e.g. VLC)
Advanced usage:
@Ambi93
Ambi93 / index.html
Created August 15, 2023 22:57
PoXYZVm
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Paper Cost Calculator</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>Paper Cost Calculator</h1>
@Ambi93
Ambi93 / index.html
Created August 15, 2023 22:56
mdabVQO
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Paper Cost Calculator</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>Paper Cost Calculator</h1>