This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
""" Find the /sys/bus/usb/devices subdirectory for a device """ | |
import argparse | |
import os | |
import sys | |
DEVICES_DIR="/sys/bus/usb/devices" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Twitch Prime Reminder | |
// @namespace http://fugiman.com | |
// @version 1.1 | |
// @description Adds a reminder of who you used your Twitch Prime sub on and when it expires to the Subscribe button modal | |
// @match https://www.twitch.tv/* | |
// ==/UserScript== | |
// original at https://greasyfork.org/en/scripts/30821-twitch-prime-reminder |
NewerOlder