Skip to content

Instantly share code, notes, and snippets.

View emsia's full-sized avatar

efren ver sia emsia

View GitHub Profile
@emsia
emsia / abs.js
Last active August 29, 2015 14:08
// ==UserScript==
// @name Absterge
// @namespace https://gist.github.com/emsia/9a7cae31d7aa9ddb6f60
// @include http://*.facebook.com/*
// @include https://*.facebook.com/*
// @require http://code.jquery.com/jquery-1.7.1.min.js
// ==/UserScript==
function parseUri (str) {
var o = parseUri.options,
// ==UserScript==
// @name Absterge
// @namespace http://userscripts.org/users/astojanov
// @include http://*.facebook.com/*
// @include https://*.facebook.com/*
// @require http://code.jquery.com/jquery-1.7.1.min.js
// ==/UserScript==
/* ===========================================================
* bootstrap-tooltip.js v2.2.2
* http://twitter.github.com/bootstrap/javascript.html#tooltips
* Inspired by the original jQuery.tipsy by Jason Frame
* ===========================================================
* Copyright 2012 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at