- Installd ADB drivers
winget install ClockworkMod.UniversalADBDriver
-
Enable developer mode on your box
-
Enable usb debugging while doing this(note your usb port will no longer work until disabled again)
winget install ClockworkMod.UniversalADBDriver
Enable developer mode on your box
Enable usb debugging while doing this(note your usb port will no longer work until disabled again)
#!/usr/bin/env bash | |
urls=$(cat urls.txt) | |
outDir="results" | |
mkdir -p $outDir | |
for url in $urls; do | |
fileFriendlyUrl=$(echo $url | sed 's/[^a-zA-Z0-9]/_/g') | |
outFilePath="$outDir/$fileFriendlyUrl.html" | |
if ! [ -f "$outFilePath" ]; then |
#!/bin/bash | |
###> Utils | |
if [[ -t 2 ]] && [[ -z "${NO_COLOR-}" ]] && [[ "${TERM-}" != "dumb" ]]; then | |
NOFORMAT='\033[0m' RED='\033[0;31m' GREEN='\033[0;32m' ORANGE='\033[0;33m' BLUE='\033[0;34m' PURPLE='\033[0;35m' CYAN='\033[0;36m' YELLOW='\033[1;33m' | |
else | |
NOFORMAT='' RED='' GREEN='' ORANGE='' BLUE='' PURPLE='' CYAN='' YELLOW='' | |
fi | |
debug() { echo >&2 -e"${CYAN}[DEBUG] $* ${NOFORMAT}"; } | |
info() { echo >&2 -e "${BLUE}[INFO] $* ${NOFORMAT}"; } |
// ==UserScript== | |
// @name Apple music - Copy playlist info | |
// @description Copy playlist information in format `${index}. ${artist} - ${title}` | |
// @namespace Alex Danilenko | |
// @version 1.0 | |
// @license MIT | |
// @grant GM.setClipboard | |
// @grant GM_setClipboard | |
// @match https://music.apple.com/* | |
// ==/UserScript== |
{ | |
"PresetList": [ | |
{ | |
"AlignAVStart": false, | |
"AudioCopyMask": [ | |
"copy:opus" | |
], | |
"AudioEncoderFallback": "av_aac", | |
"AudioLanguageList": [ | |
"ukr", |
udp://tracker.opentrackr.org:1337/announce | |
udp://9.rarbg.com:2810/announce | |
udp://tracker.openbittorrent.com:6969/announce | |
udp://exodus.desync.com:6969/announce | |
http://tracker.openbittorrent.com:80/announce | |
http://openbittorrent.com:80/announce | |
udp://retracker.lanta-net.ru:2710/announce | |
udp://open.stealth.si:80/announce | |
udp://www.torrent.eu.org:451/announce | |
udp://wassermann.online:6969/announce |
Note
All scripts in this document should be executed in Windows Powershell as Administrator.
⚠️ All scripts in this document should be executed in Windows Powershell as Administrator.