Skip to content

Instantly share code, notes, and snippets.

@sush667
sush667 / coin-hive.txt
Created October 6, 2017 05:59 — forked from PaulSec/coin-hive.txt
Extract from the Top 1M Alexa domains (and also from investigations) using coin-hive mining service
0x00sec.org
10.32.59.31:32204
10.45.35.173:7990
1122qq.weebly.com
123movies.co
123moviesfull.co
123movies.re
1337x.io
141jav.com
1592878.com
@sush667
sush667 / twitch.lua
Created May 25, 2017 05:55 — forked from stefansundin/twitch-extension.lua
VLC playlist parser for Twitch.tv
--[[
Twitch.tv playlist parser v0.0.4 by Stefan Sundin
https://gist.github.com/stefansundin/c200324149bb00001fef5a252a120fc2
https://addons.videolan.org/p/1167220/
Usage:
1. Grab a client id from https://www.twitch.tv/settings/connections and put it in client_id variable below.
2. Put the file in the lua/playlist/ directory:
- On Windows: %APPDATA%/vlc/lua/playlist/
- On Mac: $HOME/Library/Application Support/org.videolan.vlc/lua/playlist/
@sush667
sush667 / greasemonkey_quora.js
Created August 24, 2016 13:02 — forked from abidibo/greasemonkey_quora.js
greasemonkey quora script
// ==UserScript==
// @name quora
// @namespace quora
// @description quora, deletes topics layer
// @include http://www.quora.com*
// @include https://www.quora.com*
// @version 1
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js
// @grant none
// ==/UserScript==
@sush667
sush667 / PiBootFixesi.md
Created March 13, 2016 11:28
Raspberry Pi Boot Fixes
@sush667
sush667 / andadb.sh
Created December 4, 2015 15:00 — forked from tahl/andadb.sh
andadb2.0 modified script (Ubuntu)
#!/bin/bash
#
#Android ADB Installer 2 for Linux Mint 11 and Ubuntu 11.04
#This version is intended to be an improvement on previous version and give the user more installation options and bring more ease to people that want to develop,
#theme, or just whatever other purpose you may want to use something that is in my script for.
#Script written by @ArchDukeDoug and parts of @_CorCor67's scripting code used with permission as well.
#Thanks to @BoneyNicole, @tabbwabb, and @animedbz16 for putting up with me and proofreading and/or testing the script.
#Script version: 2.0.0
menu=
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
.tabbrowser-tab[pinned] {
width: 64px;
}