WeeChat terminal IRC client
- acccess to "OAuth Password Generator"; semi-official service
- push "Connect to Twitch"
// ==UserScript== | |
// @name vid.me Playback Speed | |
// @namespace http://tampermonkey.net/ | |
// @version 0.2 | |
// @description Adds playback speed options to vid.me in the quality menu (gear icon). | |
// @author Eklei | |
// @match https://vid.me/* | |
// @grant none | |
// ==/UserScript== |
# /etc/ssh-backdoor/ssh-backdoor.conf | |
REMOTE_BINDPORT=12345 | |
[email protected] | |
REMOTE_PORT=22 | |
LOCAL_HOST=localhost | |
LOCAL_PORT=22 | |
SSH_KEY=/etc/ssh-backdoor/ssh-backdoor.key |
; This script for http://autohotkey.com will constantly press | |
; the middle mouse button to change CS:GO clan tag 6 times per second | |
; (the script is active only when CS:GO is running) | |
; you can change the button to whatever you don't use in the game, eg. F12 | |
; in that case update user.cfg accordingly | |
; | |
; Groups to join: | |
; http://steamcommunity.com/groups/loading001 | |
; http://steamcommunity.com/groups/loading002 | |
; http://steamcommunity.com/groups/loading003 |
// ==UserScript== | |
// @name Reddit: Highlight New Comments v3 | |
// @description Highlights comments on Reddit that are new since your last visit. | |
// @author Chris H (Zren / Shade), Nathan Sweet | |
// @icon https://reddit.com/favicon.ico | |
// @namespace http://xshade.ca | |
// @version 1 | |
// @include /https?:\/\/((www|pay|[a-z]{2})\.)?reddit\.com\/r\/[a-zA-Z0-9]+\/comments\/.*/ | |
// @grant GM_addStyle | |
// ==/UserScript== |
WeeChat terminal IRC client
from sys import argv | |
import os | |
import re | |
import subprocess | |
import urllib.request | |
import urllib.parse | |
import youtube_dl | |
from gi.repository import Notify | |
#!/usr/bin/php | |
<?php | |
/* Transmission to Deluge export script | |
* | |
* Transmission - transmission-gtk 2.77 (14031) | |
* Deluge - deluge: 1.3.6 | |
* Script - PHP 5.4.14 (cli) | |
* | |
* How to use this script; | |
* 1) Run `php trans_to_deluge.php` and make sure there aren't any errors. |
# Block Adobe Activation | |
127.0.0.1 hl2rcv.adobe.com | |
127.0.0.1 t3dns.adobe.com | |
127.0.0.1 3dns-1.adobe.com | |
127.0.0.1 3dns-2.adobe.com | |
127.0.0.1 3dns-3.adobe.com | |
127.0.0.1 3dns-4.adobe.com | |
127.0.0.1 activate.adobe.com | |
127.0.0.1 activate-sea.adobe.com | |
127.0.0.1 activate-sjc0.adobe.com |
#!/usr/bin/env sh | |
# Download lists, unpack and filter, write to stdout | |
curl -s https://www.iblocklist.com/lists.php \ | |
| sed -n "s/.*value='\(http:.*=bt_.*\)'.*/\1/p" \ | |
| xargs wget -O - \ | |
| gunzip \ | |
| egrep -v '^#' |