Opengist Logo gist.melkat.dev

Explore

  • All gists
  • Topics
  • Users
melkat.dev
Give feedback on the new UI Powered by Opengist ⋅ 58ms

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Login
s

scriptable

Recently created Least recently created Recently updated Least recently updated

melanie / unpkg.js

Last active 3 months ago scriptable
0 0 1
1 // Variables used by Scriptable.
2 // These must be at the very top of the file. Do not edit.
3 // icon-color: green; icon-glyph: archive;
4 // unpkg: like NPM but not as good
5 // and available in Scriptable
6 //
7 // Examples:
8 // - const _ = await unpkg('lodash')
9 // - const CryptoJS = await unpkg('crypto-js')
10 // - const OAuth = await unpkg('oauth-1.0a')

melanie / sf-jury-duty-widget.js

Last active 3 months ago sanfrancisco scriptable
0 0 1
1 // Variables used by Scriptable.
2 // These must be at the very top of the file. Do not edit.
3 // icon-color: deep-blue; icon-glyph: theater-masks;
4
5 // Your reporting group number:
6 const GROUP_NUMBER = 69
7
8 const PAGE =
9 'https://www.sfsuperiorcourt.org/divisions/jury-services/jury-reporting'
10 const REPORTING = 'REPORTING'