Skip to content

Instantly share code, notes, and snippets.

View XORwell's full-sized avatar
:octocat:
XORwell@github:~$ profile

Christian Nennemann XORwell

:octocat:
XORwell@github:~$ profile
View GitHub Profile
@XORwell
XORwell / sucker.sh
Created November 12, 2012 05:59
ProxySucker&Checker Shellscript
#!/bin/bash
clear
#Wenn parameter vorhanden sind, in den Checker gehen.
#TheChecker:
if [ $# -gt 0 ]
then
outFile=$1
IpPort=$2
pos=`expr index $IpPort :`
@XORwell
XORwell / domino-doc-grabber.user.js
Created November 11, 2012 17:03
domino-doc-grabber
// ==UserScript==
// @name domino-doc-grabber
// @description grab methodnames from documentation
// @namespace domino-doc-grabber
// @version 0.0.1
// @include http*://publib.boulder.ibm.com/*
// @require http://code.jquery.com/jquery-1.8.2.min.js
// ==/UserScript==
/**
* requirements: Tampermonkey
@XORwell
XORwell / fb_timestamp.user.js
Created December 24, 2011 11:05
Adds time of Facebook-Wall items as li-title (hover-text)
// ==UserScript==
// @name Facebook Timestamp Viewer
// @description Adds time of Facebook-Wall items as li-title (hover-text)
// @namespace Facebook Timestamp Viewer
// @version 0.1.1
// @include http*://*.facebook.com/*sk=wall
//
// ==/UserScript==
function addJQuery(callback) {