Watch on #Periscope: 8 days until #Periscope Dies: how to download your scopes | (Ongoing Gist: http://bit.ly/scopeforever)
https://www.pscp.tv/w/cyoNrjU0ODY4ODB8MW1ueGVhWHlham94WMWQOw8P8j8wTBcLsZgtGKpBUmJgL-Q90WkmV7-IrYPn
Watch on #Periscope: 8 days until #Periscope Dies: how to download your scopes | (Ongoing Gist: http://bit.ly/scopeforever)
https://www.pscp.tv/w/cyoNrjU0ODY4ODB8MW1ueGVhWHlham94WMWQOw8P8j8wTBcLsZgtGKpBUmJgL-Q90WkmV7-IrYPn
| AAAAHGZ0eXBNNEEgAAAAAE00QSBpc29tbXA0MgAAAAFtZGF0AAAAAAAxhREhAAUAoBv/wAAAAAAA | |
| AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA | |
| AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA | |
| AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA | |
| AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA | |
| AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAweyEQBQCgG//AAAAAAAAAAAAAAAAA | |
| AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA | |
| AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA | |
| AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA | |
| AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA |
Thanks to the absolutely invaluable AppWish app,, this list is much easier to maintain.
Note: I intend to replace the function of this Gist with this Raindrop collection.
Via MacStories reference for their original review.
tweetbot://<screenname>/timeline
tweetbot://<screenname>/mentions
tweetbot://<screenname>/retweets
tweetbot://<screenname>/direct_messages
tweetbot://<screenname>/lists
tweetbot://<screenname>/favorites
tweetbot://<screenname>/search
Updated 07232022-083918
https://davidblue.wtf/artistspandoc -s MANUAL.txt -o example2.htmlpandoc -s f.docx -t markdown -o f.mdpandoc psalms.epub -t plain -o psalms.textpandoc psalms.epub -t plain -o psalms.textpandoc -f epub -t markdown ThePsalms.epubpandoc -f html -t markdown https://tools.ietf.org/html/rfc2119| **Action** | Command | |
|---|---|---|
| **@NeoYokel Twitter Search** | ⇧⌃Y | |
| **~ Town Copy HTML** | ⇧⌃⌥C | |
| **✪ #-** | ⇧⌘ | |
| **Action Search** | ⌘/ | |
| **Add to Letterboxd Watchlist** | ⇧⌥⌘L | |
| **Add to Letterboxd Watchlist** | ⇧⌥⌘L | |
| **Alexis** | ⌥⌘A | |
| **Anecdote** | ⇧⌃⌥A | |
| **App Store Search** | ⇧⌃/ |
| // version 2.2 | |
| // Updated jQuery to stable head | |
| // removed padding changes on hover, too messy | |
| // avoid Tweet This, ADN and Facebook Share links | |
| // version 2.1 | |
| // | |
| // Fixed jQuery injection | |
| // version 2.0 |
| javascript:(function() { | |
| function copyToClipboard(text) { | |
| if (window.clipboardData && window.clipboardData.setData) { | |
| /*IE specific code path to prevent textarea being shown while dialog is visible.*/ | |
| return clipboardData.setData("Text", text); | |
| } else if (document.queryCommandSupported && document.queryCommandSupported("copy")) { | |
| var textarea = document.createElement("textarea"); | |
| textarea.textContent = text; |