Skip to content

Instantly share code, notes, and snippets.

@ql-owo-lp
ql-owo-lp / straight.google.user.js
Last active September 3, 2020 18:51
Straight Google
// ==UserScript==
// @name Straight Google
// @id straight_google_pokerface
// @version 1.17.13
// @author Pokerface - Kevin
// @namespace in.co.tossing.toolkit.google
// @description Remove URL redirection from google products
// @license GPL v3 or later version
// @downloadURL https://userscripts.org/scripts/source/121261.user.js
// @updateURL https://userscripts.org/scripts/source/121261.meta.js
@ql-owo-lp
ql-owo-lp / google.plus.pinterest.user.js
Last active July 11, 2021 09:30
Google+ Pinterest for the new UI
// ==UserScript==
// @name Google+ Pinterest for the New UI
// @version 0.9
// @id google_plus_ui_sucks_pinterest_pokerface
// @namespace in.co.tossing.toolkit.google
// @downloadURL https://userscripts.org/scripts/source/130955.user.js
// @updateURL https://userscripts.org/scripts/source/130955.meta.js
// @run-at document-end
// @grant GM_addStyle
// @grant GM_xmlhttpRequest
@ql-owo-lp
ql-owo-lp / google.timeline.user.js
Created April 16, 2012 10:11
Google+ Timeline for the New UI
// ==UserScript==
// @name Google+ Timeline for the New UI
// @id google_plus_ui_sucks_pokerface
// @namespace in.co.tossing.toolkit.google
// @description Turn the G+ post stream into a timeline!!
// @license GPL v3 or later version
// @updateURL http://userscripts.org/scripts/source/130658.meta.js
// @exclude *://plus.google.com/_/apps-static/*
// @exclude *://plus.google.com/u/0/_/notifications/frame?*
// @include *://plus.google.com/*
@ql-owo-lp
ql-owo-lp / layout.plus.user.js
Created April 19, 2012 07:06
Layout+ Script
// ==UserScript==
// @name Layout+
// @version 0.1
// @id layout_plus_pokerface
// @description Google Plus Forger. Make your own Google Plus.
// @namespace me.senseofti.toolkit.google
// @license GPL v3 or later version
// @exclude *://plus.google.com/_/apps-static/*
// @exclude *://plus.google.com/u/*/_/*
// @exclude *://plus.google.com/up/*
@ql-owo-lp
ql-owo-lp / former.google.plus.plus.user.js
Created April 25, 2012 15:56
Former G++ Script (Reply function and so on)
// ==UserScript==
// @name G++
// @id google_plus_plus_pokerface
// @namespace me.senseofti.toolkit.google
// @description Google Plus Forger. Make your own Google Plus.
// @license GPL v3 or later version
// @updateURL http://userscripts.org/scripts/source/127787.meta.js
// @exclude *://plus.google.com/_/apps-static/*
// @exclude *://plus.google.com/u/0/_/notifications/frame?*
// @include *://plus.google.com/*
@ql-owo-lp
ql-owo-lp / websocket45.js
Created May 17, 2012 15:19
A JavsScript library that help managing HTML5's WebSocket
/*!
* WebSocket45 Javascript Library v0.1
* http://code.google.com/p/util45/
*
* Copyright 2011, Kevin Wang
* E-Mail : kevixw@gmail.com
* Dual licensed under the MIT or GPL Version 2 licenses.
*/
/*
@ql-owo-lp
ql-owo-lp / Kissogram.Toolkit.js
Last active October 12, 2015 03:28
Kissogram Toolkit JS Library
var $K = KissogramToolkit = (function ($$d) {
// some configuration
var DEBUG_ON = false;
// Basic function ==============================================
// for each
function each($arr, $func) {
var item;
if (!$arr)
@ql-owo-lp
ql-owo-lp / auto.plus.one.js
Created November 3, 2012 19:08
Automatically plus one! for Google+
var notif = 100; // +1数,100就是99+的效果了
var plus_one = true; // true为+1,false为取消+1
var po, clocker, more=document.querySelector('.a-n.Op.Ht');
clocker = setInterval(function () {
if ((po=document.querySelectorAll('div[aria-pressed="'+(!plus_one)+'"][plus_plus="1"]')).length<notif) {
console.debug('拉取帖子中.. 等等啦!');
more.click();
}
else {
clearInterval(clocker);
@ql-owo-lp
ql-owo-lp / CIS644_Lab1_Problem_4_5_sniffex.c
Last active February 2, 2016 05:05
This is the source code for CIS 644 Lab 1. The description of this lab can be found here: http://www.cis.syr.edu/~wedu/seed/Labs/Sniffing_Spoofing/
#define APP_NAME "sniffex"
#define APP_DESC "Sniffer example using libpcap"
#define APP_COPYRIGHT "Copyright (c) 2005 The Tcpdump Group"
#define APP_DISCLAIMER "THERE IS ABSOLUTELY NO WARRANTY FOR THIS PROGRAM."
// only one of the following three should be enabled
//#define SNIFF_ICMP_ON
//#define SNIFF_TCP_PORTRANGE_ON
#define SNIFF_TELNET_ON
@ql-owo-lp
ql-owo-lp / CIS644_Lab2_LKM_README
Last active December 12, 2015 10:09
CIS644_Lab2_LKM
This is for CIS644_Lab2_LKM part, also the optional part